Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is about Julia Computing, the company, not Julia the language.


I mean what is the Julia ecosystem focusing on that Rust would not (or similar languages)


Scientific and technical computing.

---

Not saying you can't do this stuff in rust. I mean its turing complete.

But contrast the description of Rust: A language empowering everyone to build reliable and efficient software.

vs Julia Julia is a high-level, high-performance dynamic language for technical computing.

Julia is for doing "technical computing". Things like simulations, problems where you need to apply a bunch of math. Its easy to write math in julia. The syntax is designed for it (like look at code for manipulating matrixes). The semantics are designed for it (multiple dispatch is the thing you need for efficient linear algebra for example. Specializing on each combination of matrixes)


Thanks for clearing. I'm not familiar with Julia' Syntax but I don't doubt its pros over Python. I see why I got unvoted, I think my question was more if Rust (as a metal language) could really help make simulation techs like Julia better than the standards. I don't know.


If by "metal language" you mean a language that produces machine assembly, then Julia is also a metal language. Both Rust and Julia use the LLVM compiler infrastructure.


Maybe they are using Rust, then...


We're not. I do think Rust is a good language though and you may take my word that I have very strong opinions on language design :).


Julia is great, thank you for your work <3


I'm shocked :-)


Julia Computing exists to commercialize the Julia language which exists to solve precisely this kind of problem without resorting to a lower-level language. So, probably not.


I was joking!


Well, you never know with the fringe elements of the RESF. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: