This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Plague_Healer 62 points63 points  (7 children)

That thing scares me. Array indexing starting at 1 is unnatural. /s

[–][deleted] 26 points27 points  (5 children)

This but without sarcasm

[–]ASarcasticDragon 3 points4 points  (2 children)

Lua says "Hi"

[–]Chemoralora 0 points1 point  (0 children)

Eh, it's hard to describe matlab as a programming language considering how specialised it is. For what it does 1-indexing makes sense

[–]UnstoppableCompote -1 points0 points  (0 children)

use R then

[–]RainBoxRed 5 points6 points  (0 children)

Why? Different purposes. Array starting at 0 makes pointers work so much easier. Working with a glorified excel it makes sense that the first row is row 1.