siriusmart@lemmy.ml to Programmer Humor@lemmy.ml • 7 months agothe hardest exam questionimagemessage-square18 fedilinkarrow-up1205
arrow-up1205imagethe hardest exam questionsiriusmart@lemmy.ml to Programmer Humor@lemmy.ml • 7 months agomessage-square18 Commentsfedilink
minus-squareKillingTimeItself@lemmy.dbzer0.comhexbear5·7 months agohmm, let's see. It's not java. It's also not a scripting language. also to the repeat grammar nazi in the comments here, hi, "its" linkfedilink
minus-squareinetknght@lemmy.mlhexbear3·7 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. linkfedilink
minus-squareKillingTimeItself@lemmy.dbzer0.comhexbear2·7 months agoeverything is a scripting language if you try hard enough. linkfedilink
hmm, let's see.
It's not java.
It's also not a scripting language.
also to the repeat grammar nazi in the comments here, hi, "its"
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 viaapt-get install npm
.everything is a scripting language if you try hard enough.