Hacker News new | ask | show | jobs
by sampo 2984 days ago
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.)

1 comments

And the same is true in Julia.