|
|
|
|
|
by eigenspace
157 days 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. |
|