As a contributor to Deno, I am actually quite surprised that this got resurfaced on Hacker news after the hype June last year.<p>That being said, I suggest checking out this video (recorded this April) for updated information about Deno, since things have changed quite a bit since the initial announcement: <a href="https://youtu.be/z6JRlx5NC9E" rel="nofollow">https://youtu.be/z6JRlx5NC9E</a><p>(Edit: fixed link, posted the wrong one. Why would YouTube think I want to share ads...)
As a long time Node.js developer I took a look at the project but it's still a really half-baked implementation of the security flags. You almost always end up flipping all security switches off because your application needs every feature (network, filesystem, etc).<p>No package signing, no flags per module, no syscall whitelisting, etc.
For the inevitably "what differentiates this from node?"<p>Single executable
Allows imports from url
File system & network Sandboxing is controlled with flags
Dies on uncaught errors<p><a href="https://deno.land/manual.html#introduction" rel="nofollow">https://deno.land/manual.html#introduction</a>
Watch 10 things I regret about node. js - <a href="https://youtu.be/M3BM9TB-8yA" rel="nofollow">https://youtu.be/M3BM9TB-8yA</a> from the creator of both node and deno to undersatnd his motivations behind the deno project. A very intriguing talk.
Is this a new site, or did the project recently reach a milestone, or is this just resurfacing?<p>I'm really excited about this project, especially the first-class TypeScript. Could easily see it replacing node for me!
What makes this different from something like <a href="https://github.com/Agoric/SES" rel="nofollow">https://github.com/Agoric/SES</a> ?
I admittedly haven't researched too deeply, but are there any examples/docs on embedding Deno in another Rust program and/or writing/exposing Rust libs with a TS API?
> A Secure Runtime for JavaScript and TypeScript<p>So, does it support a specific ECMAscript version? Or am I restricted to the Typescript JS definition? This is confusing..
Careful with Deno, performance is still low:
<a href="https://user-images.githubusercontent.com/3397140/48649635-89060d00-e9f3-11e8-9447-d4dbd050a310.png" rel="nofollow">https://user-images.githubusercontent.com/3397140/48649635-8...</a>