|
|
|
|
|
by chalst
1497 days ago
|
|
Julia has a very nice type system, the nicest of any dynamically typed language I am familiar with. This is something to do with multiple dispatch, but it's more to do with trying to have a type system that allows all the JIT to unbox all the things that have to be unboxed for high performance without sacrificing the freedom of dynamic typing. IIUC, Common Lisp is the giant on whose shoulders Julia built in this respect. |
|