Hacker News new | ask | show | jobs
by redacted 4198 days ago
alilja's issue isn't 1-indexing, it's R's completely insane decision to return usable numerical values for an array access error. In Mathematica or Matlab accidentally using 0-indexing would lead to obvious errors, while in R it often doesn't - especially if you have sparse/many zero data already
1 comments

That's not true. If you index with 0 you get a zero length vector back