DEV Community

Discussion on: Whats your favorite programming language?

Collapse
 
jckuhl profile image
Jonathan Kuhl

Typescript.

It has almost all the type safety of Java and C#, but it's a much more flexible system. And it's got all the fun of JavaScript, but the type system kills most of the crazy perks JavaScript has.

The only downside is setting up a build system and integrating JavaScript libraries, which sometimes don't mesh well with the type system.