• arc@lemm.ee
    link
    fedilink
    arrow-up
    7
    arrow-down
    4
    ·
    6 hours ago

    Could be worse, could be programming Javascript (or Typescript).

    • Seeders@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      41 minutes ago

      I love javascript. Shit. Just. Works.

      Even if you, the programmer, are a complete fucking moron, by god javascript will try to make your program run as long as possible.

    • jol@discuss.tchncs.de
      link
      fedilink
      arrow-up
      7
      ·
      4 hours ago

      An text file with a <script> block and nothing else, containing a console log, is all you need. You already have all the boilerplate to run it in any computer. No extra dependencies, no installing anything. Literally just a notes editor app. This is a valid HTML file:

      <script>
      console.log("Hello World")
      </script>