6 ms·
Julia is kind of nice example of what’s possible with dynamic language and static types.
by tikej 6y ago
Julia is kind of nice example of what’s possible with dynamic language and static types.
- eigenspace 6y agoJulia does not (semantically) have static types. It just proves that you don't need static typing to have an incredibly rich and useful type system, and you don't need static types to have top notch performance.
- nextos 6y agoExactly, in case of Julia I think it all boils down to multiple dispatch and ahead-of-time compilation. But it's still dynamic!