|
|
|
|
|
by goldenkey
4562 days ago
|
|
Brackets, asterisks, and commas give array indexing, pointers, and the clean separation of function arguments. (incf (elt vector 2))
..versus..
++vector[2] which one is more readable? LISP is not to be taken seriously. It's an academic curiosity, and cute, novel, not a language that needs continued zealots. It has no market share..the reasons are always going to be the same. The language is esoteric. I wouldn't program anything serious in JSON so why would I use LISP, where every semantic is a list..not even a hashmap. http://imgs.xkcd.com/comics/lisp_cycles.png "These are your fathers' parenthesis" |
|
I'm not quite sure whether it is just plain trolling or traumatic experiences with Lisp at college. (The latter which I can understand since being allowed to only use a very limited part of the language to solve convoluted problems can be quite off-putting.)