Live data from Hacker News

What the Hell Is a Deno?

breadth.substack.com

1–10 of 151 posts

Re: What the Hell Is a Deno?

#3
post #2

Node => Deno => Done. One can simply say, 'Deno is like Node but done right'.

I think its only the natural progression. there are definitely some flaws with it, it isn't perfect. However, the tradeoffs really do seem to swing in favor of deno.

Re: What the Hell Is a Deno?

#6
Deno definitely looks interesting!

All the examples I’ve seen so far are using the ‘deno’ command to run .ts or .js scripts. Can it also package standalone binaries like go/rust—-to make a cli tool, for instance? If so, how do permissions work in that scenario? Does the user need to grant permissions on every invocation or is there some way to whitelist a script/binary?

Post reply on HN