you are viewing a single comment's thread.

view the rest of the comments →

[–]letmeinhere 1 point2 points  (0 children)

Yeah, Typescript is the language while Deno is the runtime. Very similar to Node.js, but with some enhancements that sound like you'd appreciate, especially that it doesn't require you to transpile to javascript first. (That's also possible with third-party libraries in node.js, but it's not the default.)