Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Deno is awesome, and it's great to see the WebCrypto additions!

My current top feature request is that I wish Deno would have the same permission model for the repl.

I highly recommend listening to this recent podcast with Ryan Dahl: https://changelog.com/podcast/443



That would make REPL difficult to use, since you would need to know in advance what you want to do to pass the right permission flags.

REPL is particularly useful when trying out things "live" as they come into your mind.


A common use case for a repl is to copy and paste code into it, or to give code to someone and have them run it. It's nice to not have to think about what the code could do to the system before running it.


If you have all code already, just paste into a file and run that file…

Otherwise you might want to check out piping support https://github.com/denoland/deno/pull/6130 Something like `echo "yourcodehere" | deno run -`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: