All Questions
1 question
4
votes
3
answers
3k
views
Lisp: Benefits of lists as code over arrays as code?
Question for lisp programmers:
Lisp code is lisp data, usually lists. Is there an advantage to code being lists over code being arrays?
Would macros be easier to write/faster to run?
You can ...