←back to thread

311 points melodyogonna | 6 comments | | HN request time: 0.706s | source | bottom
Show context
nromiun ◴[] No.45138008[source]
Weird that there has been no significant adoption of Mojo. It has been quite some time since it got released and everyone is still using PyTorch. Maybe the license issue is a much bigger deal than people realize.
replies(10): >>45138022 #>>45138094 #>>45138140 #>>45138494 #>>45138853 #>>45138904 #>>45141581 #>>45141912 #>>45142155 #>>45144921 #
pjmlp ◴[] No.45138140[source]
I personally think they overshot themselves.

First of all some people really like Julia, regardless of how it gets discussed on HN, its commercial use has been steadily growing, and has GPGPU support.

On the other hand, regardless of the sore state of JIT compilers on CPU side for Python, at least MVidia and Intel are quite serious on Python DSLs for GPGPU programming on CUDA and One API, so one gets close enough to C++ performance while staying in Python.

So Mojo isn't that appealing in the end.

replies(3): >>45138834 #>>45141743 #>>45141841 #
1. mvieira38 ◴[] No.45141841[source]
> First of all some people really like Julia, regardless of how it gets discussed on HN, its commercial use has been steadily growing

Got any sources on that? I've been interested in learning Julia for a while but don't because it feels useless compared to Python, especially now with 3.13

replies(3): >>45142754 #>>45146523 #>>45146841 #
2. adgjlsfhk1 ◴[] No.45142754[source]
what about python 3.13 is significant for you? if it's multithreading you likely should be prepared for disappointment. Free threading is ~30% slower than GIL and the first rule of multi threaded code is to first optimize the hell out of the single threaded version.
replies(1): >>45143147 #
3. wolvesechoes ◴[] No.45143147[source]
Probably the same stuff as with 3.12 or 3.11 or 3.10: good docs, huge ecosystem, wide knowledge base, detailed reference.
4. xgdgsc ◴[] No.45146523[source]
https://www.reddit.com/r/Julia/comments/1efxp0j/comment/lfob...
5. pjmlp ◴[] No.45146841[source]
Of course, because Internet is where we always have to prove ourselves.

https://info.juliahub.com/industries/case-studies-1/author/j...

replies(1): >>45167878 #
6. mvieira38 ◴[] No.45167878[source]
I was asking as someone wanting to learn Julia but weighting the industry benefits, not as a devil's advocate