12 ms·
>Not being glib, just a heaps up: https://github.com/denoland/deno https://github.com/denoland/deno interesting thanks for the heads up - my assumption is thou
by autora 7y ago
>Not being glib, just a heaps up: https://github.com/denoland/deno https://github.com/denoland/deno
interesting thanks for the heads up - my assumption is though that this is just a wrapper over a V8 engine with typescript compilation on the fly?
Does that make it a TypeScript runtime or not?
- eyelidlessness 7y agoV8 is a JavaScript runtime that compiles JavaScript on the fly, so it seems reasonable to say that a runtime that compiles TypeScript on the fly is a TypeScript runtime.