|
|
|
|
|
by Tarrosion
3775 days ago
|
|
My areas of focus are pretty different from that author's - e.g. I haven't tried contributing to the core language. But I've been using Julia for my research code for ~4 months now, and it's been an absolute joy. The language allows super-readable code while remaining quite fast. The sort of research I'm doing involves interacting a bit with data then doing a bunch of simulations, and Julia excels at this. The expressiveness in how Julia handles anonymous functions, optional arguments, tuple construction/deconstruction, etc. allows for really concise configurations of how my little simulations run. My only pain points: - DataFrames are not as fast as the rest of the language. - I'd like an infix function composition operator. (Possibly this exists, but I can't find it in the documentation). 9.5/10, absolutely recommend. |
|
Do you mean like the pipe symbol?
Or are you referring to something else?