logoalt Hacker News

3836293648today at 5:36 AM2 repliesview on HN

Deno is a native implementation of a standard library, it doesn't have language implementation of its own, it just bundles the one from Safari (javascriptcore).

This is a set of linting tools and a typestripper, a program that removes the type annotations from typescript to make turn it into pure javascript (and turn JSX into document.whateverMakeElement calls). It still doesn't have anything to actually run the program.


Replies

ameliaquiningtoday at 5:41 AM

Deno uses V8, which is from Chrome. Bun uses JavaScriptCore.

show 1 reply
lioeterstoday at 7:38 AM

I'm going to call it: a Rust implementation of JavaScript runtime (and TypeScript compiler) will eventually overtake the official TypeScript compiler now being rewritten in Go.

show 2 replies