Hacker News new | ask | show | jobs
by mkborregaard 2792 days ago
In fact, almost every solid julia package uses arbitrary indexing for input arrays. `for i = 1:length(x)` is discouraged in production code, instead the ideom is `for i in eachindex(x)`.