Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

[Discussion] 0 indexing -vs- 1 indexing

Name: Sagey McSagerson 2011-04-05 23:03

Discuss: Which is superior and why. Go go go go go

Name: Anonymous 2011-04-06 20:06

From a practical side, indexing from `1` is supperior, because you can use negative indexes to index list from end.


(nth -1 '(a b c))
c

(nth 1 '(1 2 3))
a

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List