Name:
Anonymous
2012-08-12 23:34
Scheme: (vector 1 2 3 4 5 5)
Clojure: [1 2 3 4 5]
Which one?
Name:
Anonymous
2012-08-13 0:45
Use Common Lisp and you can have have both (via the programmable reader).
Name:
Anonymous
2012-08-13 1:43
javascript: [1, 2, 3, 4, 5]
much more sensible
Name:
Anonymous
2012-08-13 1:45
>>3
Nonsensical. Why use “, ” as separator when most of the language's syntax use a single space?
Name:
Anonymous
2012-08-13 1:50
>>1
why vector when you have list?