Yes, I am claiming that theyāre roughly equalāor at least, all of them are within a factor of 2 of each other. This can be measured with a census of Github repositories, in which case you get this:
(Other metrics besides pushes look broadly similar.) We can also look at the number of programmers for each by counting responses to the 2023 StackOverflow survey, in which case Matlab is about 3x as popular as Julia, while R is about 4x as popular. Both of these have some flaws, but they point to roughly the same thingāJulia is about half an order of magnitude less popular (i.e. 3-4x), not several orders of magnitude less popular, despite substantially less corporate support.
It isnāt zero, which was my point. You can check the Github orgs for Meta, Google, and Microsoft, all of which include decent amounts of code in R, Matlab, and/or Fortran, but not a single Julia package theyāre maintaining. And Microsoft contributed a huge chunk of code to base R back in 2020 when they merged MRO into R, the same way Meta is promising to rewrite large chunks of Python.
Yes, much like how Julia has had 10 years of being backed by MIT now. Still, Kotlin saw very limited adoption before being taken in by Google.
I have talked to some PyTorch devs. Very few of their answers seemed to make sense; the only thing I managed to get out of those conversations was that Google and Meta both seem to have projects in Julia but none that are open source.
The first project is archived, and the second is some utility code for exporting minimal powerpoint slides. Somehow neither makes a compelling case for corporate engineering resources rallying behind Julia projects. (I donāt mean to sound snarky)
I cannot speak for outside of Academics as I am a Physicist/Astronomer but I think Astronomy packages could be a great use case for Julia. Python as the great Astropy package but itās interoperability is lacking. I am currently working on Astrodynamics which include Alot of Number crunching which is done by packages like poliastro by utilizing some dark numbat magic. And more often than not I have wished for the extensibility of Julia because every package for Astrodynamics implements their own way to deal with coordinate systems. And then you always have to figure out how to make them interopt with each other which they donāt do out of the box.
So Astronomy would be a nice target considering it needs Alot of computational power and Alot of custom data structures that other libraries can then implement for their functions.
The first approach here I would go is try to overhaul the SkyCoords.jl package which currently only implements on celestial sphere coordinates but not 3D coordinates usable to deal with locating things in the Sol System. From this on then can be built much more implementations of Astronomy.
Indeed, an archived project may just suggest an internal trial.
But for the second, I wouldnāt say so. First, because itās quite recent. And most importantly, it hints toward an internal use of e.g. notebooks or scripts, likely in R&D, from which you may want to extract a presentation (*). To be realistic, at the very least Iād say it could be for a service or a team.
This is far from being the level of activity we are hoping for (yet), but Iām glad that itās considered very seriously. The recent v1.9 and the soon-to-be v1.10 could help that even more (being much closer to a python-like scripting language).
(*) thatās the most realistic / conservative assumption I can get.
Edit: After a look at their release, the very first comment is: āPackage start by migrating from internal repoā
ā¦ thus, thereās an active internal repo
The first category needs Julia for scientists to do complex mathematics for routines like optimization. The second category supports Julia because the language allows others to use their hardware. The latter catgeory had some financial issues in the last year and was not able to contribute much financially. Tbe former category has contributed in a very big way to the conference.
As for corporate adoption by large software companies, I would only expect some adoption by their research divisions in the near term. For the most part they are highly committed to making the most of their existing code bases and are willing to invest large sums to making it continue to work for them. You can see how Google Video tried to stick with C++ before getting outmanuvered by YouTube. Also Meta famously still uses Hack, a version of PHP they developed themselves.
I think you are overlooking some cultural differences.
While Julia is mostly popular in Academic / Research groups, which means you see almost all its operation out in the open (GitHub / GitLab / etcā¦), Iād argue that MATLABās most lucrative markets are defense and automotive / heavy industries. You wonāt see their code in the open.
You can estimate those by looking at jobs metric.
I think last time someone have compared MATLAB has 1-2 orders of magnitude more jobs.
So probably out of the research market, MATLAB is much more popular.
I thought that might be the case as well, which is why I looked for multiple sourcesāI wanted to exclude that as a possible bias. Besides GitHub/Gitlab, we have the StackOverflow developer survey showing Julia within 4x, and this month we also have TIOBE showing Julia is only about 20% less popular than Matlab. (And I think the SO survey is a bit of an undercount because Julia users are much more likely to use the Discourse than SO.)
Yes, thatās basically what Iām referring to, since Iām talking about software. I guess by the literal meaning of āBig techā you could say ASML counts, but ASML is a hardware manufacturer; most of their money isnāt going into developing software or writing code, so theyāre not the kind of company that would contribute substantially to the Julia ecosystem the way Google bankrolled Go, Dart, Kotlin, and now Mojo; or the way Apple pretty much built Swift.
On top of that, remember the MATLAB help system and that in defense industry much of the work is done in air gap computers. They rely mostly on MATLABās documentation and professional support.
Did the topic of how to promote Julia more effectively come up during Julia Con? For example, whether submitting more content (videos, blog posts, github repos) to Hacker News or similar websites could help Julia promotion, whether the Julia lang website should promote Julia adoption success stories in industry and academia, or whether the next Julia Con should have a talk on how to promote Julia.