Hacker News new | ask | show | jobs
by singularity2001 162 days ago
That's why I love Julia so much. Also it's semi-static?
1 comments

Semantically, julia is a fully dynamic language. But the trick is that it does this by recognizing that being static is a constraint on a dynamic language, so it implements dynamic typing by stitching together islands of statically typed code.