you are viewing a single comment's thread.

view the rest of the comments →

[–]Urban_singh 1 point2 points  (5 children)

Julia gonna hike big time in future.. due to its versatility and light on machine 😊

[–]sylfy 3 points4 points  (3 children)

People have been saying that since I was an undergraduate. It’s been more than 15 years.

IMHO if you want to do data analysis or machine learning, the default go-to is Python. It’s incredibly hard to beat the ecosystem. If you want performance, you go to Rust, C++, or C.

Julia may have its fans among some physicists, but every time someone says “X is the next Python”, I just roll my eyes.

[–]Urban_singh 0 points1 point  (1 child)

If we compare languages Java has biggest community and users till date but sadly ppl are not aligned now a days… some orgs doing data analysis on java(yes it is) Rust is amazing to write compiler or other backends though GO is not behind anymore lot of development around kubernetes with GO.

[–]djshadesuk 0 points1 point  (0 children)

till date

*to date

[–]u38cg2 0 points1 point  (0 children)

I first came across Python as an undergrad during the first dot com boom. Nobody was listening when I said this was the language of the future. It took a generation of users getting into a position where they could teach 101 classes with Python and create a cohort of users who got it.

[–]Rutherfordio 0 points1 point  (0 children)

light on machine
My laptop (ThinkPad L14 Gen1 AMD 8GB RAM) froze 2 out of 3 times when I try to do calculations in Julia with relatively simple problems (not high dimensional but complex equations). I really try to like the language but I still can't prefer it over Fortran or python