Hacker News new | ask | show | jobs
by ocschwar 2983 days ago
Julia is FOrtran-indexed, and thus anathema to my religion.
1 comments

In Fortran you can choose the starting index for each array separately. Even negative integers work.

(But it's true that idiomatic Fortran starts indexing from 1.)

And the same is true in Julia.