Hacker News new | ask | show | jobs
by alexeiz 2858 days ago
> In Julia indices start from 1.

Why? I programmed in Lua which also made such choice, and I find it rather inconvenient. Makes you always think if you got your indices right, since in all other programming languages indices start from 0.