Y
Hacker News
new
|
ask
|
show
|
jobs
by
ocschwar
2983 days ago
Julia is FOrtran-indexed, and thus anathema to my religion.
1 comments
sampo
2983 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.)
link
ChrisRackauckas
2983 days ago
And the same is true in Julia.
link
(But it's true that idiomatic Fortran starts indexing from 1.)