704
you are viewing a single comment's thread
view the rest of the comments
[-] inetknght@lemmy.ml 5 points 5 months ago

It’s also not a scripting language.

It definitely is a scripting language.

hello-world.js:

#!/usr/bin/env node

console.log("Hello world");

Your favorite command line tool:

chmod +x ./hello-world.js
./hello-world.js

You just need to install npm, eg via apt-get install npm.

[-] KillingTimeItself@lemmy.dbzer0.com 3 points 5 months ago

everything is a scripting language if you try hard enough.

this post was submitted on 21 Apr 2024
704 points (100.0% liked)

Programmer Humor

32065 readers
399 users here now

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

Rules:

founded 5 years ago
MODERATORS