Retro on the Julia Programming Language
blog.staffjoy.com
Retro on the Julia Programming Language
1–10 of 32 posts
Re: Retro on the Julia Programming Language
#2Re: Retro on the Julia Programming Language
#3I've had my eye on it for the last two years and really look forward to its 1.0 release. There is no doubt there is an audience for it!
Re: Retro on the Julia Programming Language
#4I'm really impressed you used Julia in production. Despite its immaturity and all the reasons you mentioned, building your product on it is a testament to the language, its potential and the core group working on it. I wonder what the performance differences in your product are going from Julia to python? I've had my eye on it for the last two years and really look forward to its 1.0 release. There is no doubt there…
I was playing with Legos recently and thought of a new way to approach the shift decomposition problem, and I'm amid a prototype in Go that is promising.
Re: Retro on the Julia Programming Language
#5I'm really impressed you used Julia in production. Despite its immaturity and all the reasons you mentioned, building your product on it is a testament to the language, its potential and the core group working on it. I wonder what the performance differences in your product are going from Julia to python? I've had my eye on it for the last two years and really look forward to its 1.0 release. There is no doubt there…
I probably could have done it with python, but IMO the language just is cleaner and easier to read. The macro system helps, a lot. The typesystem also gives me confidence in the correctness of some of the stranger code I'm emitting.
It's a really great prototyping language for mathematical concepts.
Re: Retro on the Julia Programming Language
#6I'm really impressed you used Julia in production. Despite its immaturity and all the reasons you mentioned, building your product on it is a testament to the language, its potential and the core group working on it. I wonder what the performance differences in your product are going from Julia to python? I've had my eye on it for the last two years and really look forward to its 1.0 release. There is no doubt there…
Re: Retro on the Julia Programming Language
#7Re: Retro on the Julia Programming Language
#8I'm glad julia was useful for you guys. Of course huge kudos goes to Miles, Iain and Joey (and the rest of the JuliaOpt folks) for building JuMP. I'm sorry you guys didn't end up being able to use it in production, but I can guarantee you that we (both as the open source community and as Julia Computing) are feverishly working on improving the language and tooling to get ready for a stable release. Thanks for being a…
Re: Retro on the Julia Programming Language
#9While the work on JuMP is impressive, isn't the fact that all major devs are from the same place worrisome?
Re: Retro on the Julia Programming Language
#10I almost feel like there should be two versions of Julia: a commercial version that focuses on stability and is usable in production systems, and a scientific version that undergoes constant revision/feature overhaul to produce the best programming language for numerical computing.