Comment on Lisp implementation in sedparentComments−Blackthorn12yBasic Lisp is pretty readable. But, ironically, if you dump enough reader macros into your code it becomes very unreadable very quickly.Most Lisp code I've seen is heavy on the reader macros.
Comments
Basic Lisp is pretty readable. But, ironically, if you dump enough reader macros into your code it becomes very unreadable very quickly.
Most Lisp code I've seen is heavy on the reader macros.