Static, Ahead of Time Compiled Julia
juliacomputing.com
Static, Ahead of Time Compiled Julia
1–10 of 87 posts
Re: Static, Ahead of Time Compiled Julia
#2Congratulations to all involved in pushing the actual state of dynamic languages.
Re: Static, Ahead of Time Compiled Julia
#3What I personally also find worrisome is the perception (at least for me) that Julia is confined to scientific computing whereas I find it should really be a general purpose language.
Re: Static, Ahead of Time Compiled Julia
#4I personally find the syntax of the language and quality of the current implementation (speed!) excellent. However, it doesn't experience the marketing languages like Rust or Golang receive. What I personally also find worrisome is the perception (at least for me) that Julia is confined to scientific computing whereas I find it should really be a general purpose language.
It is intentional. Julia could be the new Fortran like Rust could be the new C++.
Re: Static, Ahead of Time Compiled Julia
#5It's great! Looks like a very interesting contract.
Re: Static, Ahead of Time Compiled Julia
#6Re: Static, Ahead of Time Compiled Julia
#7I personally find the syntax of the language and quality of the current implementation (speed!) excellent. However, it doesn't experience the marketing languages like Rust or Golang receive. What I personally also find worrisome is the perception (at least for me) that Julia is confined to scientific computing whereas I find it should really be a general purpose language.
Re: Static, Ahead of Time Compiled Julia
#8Re: Static, Ahead of Time Compiled Julia
#9Julia seems like an almost perfect MATLAB replacement. (for my personal preference, I would like a slightly more static/rigid language, but I understand why that's not the right choice for Julia's target users.) There is just one problem... I really, really wish they had dropped the 1-based indexing and <= upper bound on index ranges. It is so annoying.
The main pain points for me in julia are the module/pkg system and that the runtime is not just batteries but more like 10 generators included i.e. it could be way more minimal. But I get that the goal is to have a powerful scientific computing language and not to build a multipurpose language that emphasizes modular construction of code units and production ready package and build management utilities.
All in all, when judged by how well julia achieves its self-stated goals, I think it is excellent.
Re: Static, Ahead of Time Compiled Julia
#10I personally find the syntax of the language and quality of the current implementation (speed!) excellent. However, it doesn't experience the marketing languages like Rust or Golang receive. What I personally also find worrisome is the perception (at least for me) that Julia is confined to scientific computing whereas I find it should really be a general purpose language.
With 1-based array indexing? Very unlikely.