I also don't have a lot of need for scientific computing; Julia has the potential to be a really compelling replacement for Python for general purpose scripting.
I do wonder if the 1 based indexing puts off a lot of developers. I have no issue with it but it seems to come up in most threads discussing Julia, here and on Reddit.
IndianAstronaut|11 years ago
pjmlp|11 years ago
People from my age remember programming languages where you index from one, can select the base index or use enumerations as indexes.
Tooling, performance and libraries are much more important than base indexes.
Then again, I favored those C alternatives back when C wasn't an option at all. So I am biased.
mitchty|11 years ago
But can't you do a[begin] to reach the first item in a julia array? That should really abstract it away no?