4 ms·
I keep reading about up and coming Julia programming language a did a quick read through of the article. Coming from a programming background I was interested i
by wpdev_63 6y ago
I keep reading about up and coming Julia programming language a did a quick read through of the article. Coming from a programming background I was interested in what ways Julia was different from python and more mainstream Java.
One thing that would've made things easier to understand would've been comparing Julia's multiple dispatch to Java's dynamic dispatch(they're more or less the same from what I gather). Great article over-all, easy to understand for the layman.
- sixbrx 6y agoYou might mean C# here instead of Java? I don't know of anything similar to Julia's multiple dispatch in Java land.