Hacker News new | ask | show | jobs
by hmmokidk 1128 days ago
I have to transpile my scripts if I want to copy-paste which I often need to do.

And there's no repl if you're using transpiled code. I have tried using `ts-node` but that didn't work. In Elixir this stuff just works.

Maybe there's some tooling I am missing out on with Node.js. I am not familiar with Deno.