Julia v0.5.0 Released
github.com
Julia v0.5.0 Released
1–10 of 20 posts
Re: Julia v0.5.0 Released
#2Re: Julia v0.5.0 Released
#3One thing I like about Julia development is how receptive they are to community ideas, while also making sure the suggestions fit into the larger pattern and rejecting those that don't. (The "Support for arrays with indexing starting at values different from 1" thing does worry me, since it has the potential to screw things up gloriously, but it seems[1] they predicted HN will gnaw at this one. :) And I'm yet to read the whole of that issue, maybe it'll end up convincing me it's a good idea.)
Re: Julia v0.5.0 Released
#4Re: Julia v0.5.0 Released
#5Last time I used julia was in Juno, the loading of package was really slow, is this problem solved now? It once gave me a lot of hope...but the result was a little bit disappointing given that it claims so much. It has macro, if only it has lisp syntax...
Was this on a Unix or on Windows? This has been my experience too on Windows, both the initial startup of Julia and the loading of packages was pretty slow (this was in 0.4.2 I believe).
> It has macro, if only it has lisp syntax...
Honestly, it's a language whose audience is at least 50% non-professional-programmers (scientists, engineers, statisticians), so with a lisp-y syntax it would probably have died a sputtering death. There's a lot of other things to love about the language though, whether superficial (being able to say `2y + 3` or `if a ≠ b && e ∈ S` if you wanted to), practical (pretty good FFIs to C, C++, Python, MATLAB and R already, decent-sized and quickly growing package repo), theoretical (mutliple dispatch, the type system).
Re: Julia v0.5.0 Released
#6Rumours persist that this feature is planned. Or are they just plain wrong?
Re: Julia v0.5.0 Released
#7Quite a milestone for Julia, and an important step forward towards stability as well: I believe a core Julia team member (Viral Shah IIRC) said that there would be only one or two major releases between 0.5 and 1.0. One thing I like about Julia development is how receptive they are to community ideas, while also making sure the suggestions fit into the larger pattern and rejecting those that don't. (The "Support for…
Re: Julia v0.5.0 Released
#8Quite a milestone for Julia, and an important step forward towards stability as well: I believe a core Julia team member (Viral Shah IIRC) said that there would be only one or two major releases between 0.5 and 1.0. One thing I like about Julia development is how receptive they are to community ideas, while also making sure the suggestions fit into the larger pattern and rejecting those that don't. (The "Support for…
Re: Julia v0.5.0 Released
#9Quite a milestone for Julia, and an important step forward towards stability as well: I believe a core Julia team member (Viral Shah IIRC) said that there would be only one or two major releases between 0.5 and 1.0. One thing I like about Julia development is how receptive they are to community ideas, while also making sure the suggestions fit into the larger pattern and rejecting those that don't. (The "Support for…
Given the long list of "breaking changes" and "Deprecated or removed" I think it is premature to suggest that they are moving towards stability.
Re: Julia v0.5.0 Released
#10I take it, there is still no support for the production of stand-alone binary executables? Rumours persist that this feature is planned. Or are they just plain wrong?
http://juliacomputing.com/blog/2016/03/10/j2c-announcement.h...