Hacker News new | ask | show | jobs
by Turskarama 323 days ago
I really like the way F# (and presumably ocaml) do typing, it truly feels like the best of both worlds. Rarely do you need to actually write a type anywhere, and when you do it's because otherwise there might have been a runtime error.
1 comments

Sounds a bit like crystal. Flow typing etc is so powerful.