Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

6 replies

programming.dev

I've had the same experience with TS + deno. I always use that for prototyping, scrapping, etc. Great read.

5
nerdbloodreply
programming.dev

I haven't tried it with Deno. Is it less of a pain to get started with project s that use TS than node?

1
hairyballsreply
programming.dev

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.

4

"However, it’s one of the core properties of TypeScript that it doesn’t add any runtime behaviors. " I did not know that! Cool!

1

You reached the end

TypeScript is Surprisingly OK for Compilers | Spyke