Hacker News new | ask | show | jobs
by dragonwriter 3247 days ago
> Basically, in an ideal world we would have a "pragmatically typed" programming language. Basically something in between "weak dynamic typing of Javascript" and "strong static typing of Haskell".

Souunds like one of the many strong dynamic languages with optional static typing/typechecking.

1 comments

Yeah. I like approaches taken by OCaml/ReasonML and Typescript. But they are not without their warts :)