still can't grasp the idea that programs should require compilation to work
but why? when I transpile an app in typescript, and send the gzip to a client, the browser just reads it
if I ship a module and import it into another project, it just works
even if I dump a small Java application, I just toss a batch file to start it in the folder with an icon and the name "start"
why is everything in Linux the way of pain?