There was like 1 evangelist at CMU who used it for their work. The deep learning wave kinda took things in a rather different direction.
Computer scientist Viral Shah helped build Julia from Bengaluru, India
11–20 of 51 posts
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#12Why can't people just settle on Python? Julia is going to die anyways in the near future.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#13Why every Indian programmer has a burdon to prove that he/she is not an IT coolie ? How's is that less racist than some redneck assuming all black people are thugs ?
I am from Hyderabad, India and felt racist reading that title - "IT coolies". I believe the author just want to make headline. A lot of innovation happens that gets unnoticed in Silicon Valley or around the world. People here do not have access to mentorship & peer network so easily (openly available in California), still being self-motivated and connected by reading tech blogs, advises, etc. Just top of my head are…
That's why I edit the titles, totally missed the point of innovation from a foreign hacker widely used in SV and around the world. Point proven.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#14Why can't people just settle on Python? Julia is going to die anyways in the near future.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#15[0] https://news.ycombinator.com/item?id=3606380 / https://julialang.org/blog/2012/02/why-we-created-julia
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#16Why can't people just settle on Python? Julia is going to die anyways in the near future.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#17The reason is not lack of ability: my guess is that at any time India's best institutions like the IITs or IISc have at least a hundred people who could build something like Julia. Instead it is perhaps India's poverty that prevents people from starting something that does not have an immediate academic or business payoff.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#18Edit: speaking specifically about the language I think that it's a very good effort and it can be only a good thing for the current languages ecosystem, even if I don't appreciate some of its idiosyncrasies.
Re: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#19Why can't people just settle on Python? Julia is going to die anyways in the near future.
The same reasons people migrated to Python in the late 90s from matlab, Fortran and C++: Python addressed pain points in those languages and ecosystems. Julia addresses deficiencies in Python the language. Unfortunately, it lacks the ecosystem: until it gets the rich library set that Python has, we're stuck with Python since ecosystem is arguably more important for practical traction than the base language.
@pyimport matplotlib.pyplot as plt
x = linspace(0,2*pi,1000); y = sin(3*x + 4*cos(2*x));
plt.plot(x, y, color="red", linewidth=2.0, linestyle="--")
plt.show()
https://github.com/JuliaPy/PyCall.jlRe: Computer scientist Viral Shah helped build Julia from Bengaluru, India
#20Why can't people just settle on Python? Julia is going to die anyways in the near future.
In the meantime, though, Julia seems rather healthy, and this particular Python fanboy is nevertheless interested where Julia will take us!
Julia is not an aggressor. It's not even a competitor. Rather, it is another stab at improving scientific computation. Let's focus on trying to learn from Julia instead of spreading FUD.