|
|
|
|
|
by ced
3780 days ago
|
|
Well, what do you work on? Julia isn't for everyone. I use it because it has quite good numerical primitives, and I can quickly make a slow, Python-like first pass at an algorithm, then profile and get C-like performance in the bottlenecks with minimal effort. And if I need a particular library, I can call Python's. Also: macros and multiple dispatch make a big expressiveness difference for my type of work. |
|