Comment by eigenspace
4 months ago
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.
No comments yet
Contribute on Hacker News ↗