Hacker News new | ask | show | jobs
by Skinney 4022 days ago
Yeah. They are not really necessary in a Javascript VM that is optimized for these sort of languages anyway.
1 comments

This is not entirely accurate, the ClojureScript compiler actually internally propagates type information for further optimization. And nothing precludes a Typed ClojureScript which feeds even more information to the compiler.