@[email protected] to Programming [email protected]English • 2 years agoTypeScript is Surprisingly OK for Compilersmatklad.github.iomessage-square6fedilinkarrow-up119cross-posted to: [email protected][email protected]
arrow-up119external-linkTypeScript is Surprisingly OK for Compilersmatklad.github.io@[email protected] to Programming [email protected]English • 2 years agomessage-square6fedilinkcross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilink5•2 years agoI’ve had the same experience with TS + deno. I always use that for prototyping, scrapping, etc. Great read.
minus-square@[email protected]linkfedilink1•2 years agoI haven’t tried it with Deno. Is it less of a pain to get started with project s that use TS than node?
minus-square@[email protected]linkfedilink4•2 years agoYou 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.
minus-square@[email protected]linkfedilink2•2 years ago🤯 that’s how it should be. I’m sick of shenanigans.
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.