Hacker News new | ask | show | jobs
by boubiyeah 3317 days ago
Well, clojure is better designed than javascript, that's for sure. But the holy grail for me would absolutely need static typing.
1 comments

You should look into Clojure Spec. It's a very nice balance of trade-offs for helping developers build correct software. While it uses a different approach than static typing, it seems a more natural fit for dynamic languages. Plus it's sort of a toolkit to be used in many different ways.