Earlier quoted context omitted.
That's the trade off I guess, because of the JIT you have a slow initialization followed by very fast code. That's not really good for a lot of workflows though (if you're running a smallish script over and over for example).
If you are running a script over and over (or using small modules to do organize things) it will be very fast and easy to work with. The compilation is just for the first time a script is run, not every time. It really isn't a barrier any more than, say, waiting for `library` commands in R.
Why Julia
231–240 of 257 posts
Re: Why Julia
#232Earlier quoted context omitted.
> In a nutshell: Julia is great when you're a grad student working mostly by yourself on small scale projects! But not so great in prod. Some people would disagree with that https://juliacomputing.com/case-studies/celeste.html
This was published on their own website, it is therefore biased toward a good perception of them. It doesn't seem to be a fair and independent review to help build an opinion.
https://arxiv.org/pdf/1801.10277.pdf
http://proceedings.mlr.press/v37/regier15.pdf
https://arxiv.org/pdf/1803.00113.pdf
I had to go so far as to read the project Github page to find them.
Re: Why Julia
#233Re: Why Julia
#234Earlier quoted context omitted.
But you have to type `python3` which is 7 letters to 5, if we're counting :) Seriously though, it's hard to write one manual which gives everyone the perfect on-ramp for their needs. I actually think it's fair to aim it low, make it easy for matlab refugees to get started, interactively. People who know how namespacing works in several other languages (and intend to write big projects) are the ones well-equipped to k…
> But you have to type `python3` which is 7 letters to 5, if we're counting :) Of course, that was actually a pretty big consideration during the "vcs wars", both the length and the alternation of VCS commands. > I actually think it's fair to aim it low, make it easy for matlab refugees to get started, interactively. Then don't whine that people use that, and police your community. > Nobody has been victimised! Well…
As far as I'm aware there is no budget for a police force. There is, however, a double-your-money-back guarantee on all advice from blog posts!
I do think the manual could be clearer about using/import. Perhaps this should be emphasised under workflow [1], and packaging differences from Python included in the list [2]. The experts have forgotten what the pain-points were; contributions from those who have not are thus welcomed.
[1] https://docs.julialang.org/en/v1/manual/workflow-tips/ [2] https://docs.julialang.org/en/v1/manual/noteworthy-differenc...
Re: Why Julia
#235Earlier quoted context omitted.
This was published on their own website, it is therefore biased toward a good perception of them. It doesn't seem to be a fair and independent review to help build an opinion.
And these were not published on their website: https://arxiv.org/pdf/1801.10277.pdf http://proceedings.mlr.press/v37/regier15.pdf https://arxiv.org/pdf/1803.00113.pdf I had to go so far as to read the project Github page to find them.
Re: Why Julia
#236Earlier quoted context omitted.
What's convenient about Swift as a language which "tries to do everything" is that you can mix and match. Sometimes it's convenient to use different programming paradigms for different components.
It also makes the code a pain to read and maintain.
Re: Why Julia
#237Earlier quoted context omitted.
Which ways?
Faster startup, better printing of values, integrated package manager, integrated help system, filesystem autocompletion, etc.
Re: Why Julia
#23827 men and 1 woman, which is a bad parity score, even for a tech company.
Re: Why Julia
#239Why not Julia : https://juliacomputing.com/about-us.html 27 men and 1 woman, which is a bad parity score, even for a tech company.