programming_languages·Programming LanguagesbyTheCee TypeScript is Surprisingly OK for Compilershttps://matklad.github.io/2023/08/17/typescript-is-surprisingly-ok-for-compilers.htmlOpen linkView original on programming.dev16Comments6Reply
hhairyballs programming.dev3Hide 3 repliesI've had the same experience with TS + deno. I always use that for prototyping, scrapping, etc. Great read.5Reply
nnerdblood replyprogramming.dev2Hide 2 repliesI haven't tried it with Deno. Is it less of a pain to get started with project s that use TS than node?1Reply
hhairyballs replyprogramming.dev1Hide 1 replyYou import from whatever packages you want, then you type your code. No need to create a whole project with a ton of shenanigans, a single file just works.4Reply
SSourceOfMistypes discuss.tchncs.deI'm planning to try out langium so this plays into that quite well.2Reply
UUFO programming.dev"However, it’s one of the core properties of TypeScript that it doesn’t add any runtime behaviors. " I did not know that! Cool!1Reply
6 replies
I've had the same experience with TS + deno. I always use that for prototyping, scrapping, etc. Great read.
I haven't tried it with Deno. Is it less of a pain to get started with project s that use TS than node?
You import from whatever packages you want, then you type your code. No need to create a whole project with a ton of shenanigans, a single file just works.
🤯 that's how it should be. I'm sick of shenanigans.
I'm planning to try out langium so this plays into that quite well.
"However, it’s one of the core properties of TypeScript that it doesn’t add any runtime behaviors. " I did not know that! Cool!