this post was submitted on 03 Jan 2024
933 points (93.8% liked)

Programmer Humor

32162 readers
431 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fer0n@lemmy.world 5 points 9 months ago (1 children)

I don’t know all of them, but I was talking about React being a framework, not a language.

[–] SwampYankee@mander.xyz 0 points 9 months ago (3 children)

Hah, I kinda glossed over that one. Not sure what the downvote is about, it's a joke. JS and PHP are the two I'm most familiar with and they're scripting languages, not "proper" programming languages. That doesn't make them any less serious. Anyway, React, being a library for a scripting language, is two steps removed.

[–] Agility0971@lemmy.world 2 points 9 months ago

matlab is considered a programming language but that piece of shit acts more like a scripting language than php

[–] docAvid@midwest.social 2 points 9 months ago

A scripting language is certainly a programming language. In fact, it can be hard to even draw a line at all. PHP is just-in-time compiled, and has static analysis tools that can catch errors that are normally considered "compile-time" - scripting language or no? Is Typescript compiled? Are JVM bytecode and WASM just very low level scripting languages? Can you write a powerful web application using BASH? What even is Lisp, in this context? "Scripting language" is a poor abstraction, really.

[–] DrJenkem@lemmy.blugatch.tube 1 points 9 months ago* (last edited 9 months ago)

Scripting languages are a subset of programming languages though.