Hacker News new | ask | show | jobs
by jjuhl 2066 days ago
Strong typing and static typing - yes please.
1 comments

In terms of adding types to deeply dynamic languages I think Julia had the best approach: sub-typing and union types.

It has the advantage that it is possible to give a reasonable type to most functions without a rewrite (even if the types would be terribly long to accommodate the weak underlying type system)