Comment on Lisp implementation in sedparentComments−sfk12yI'm always amazed that I hardly ever program in Lisp and yet these short snippets are more readable than any other language.−dghf12yYes, I've never understood why dostuff(x) is considered so much more readable than (dostuff x)
Comments
I'm always amazed that I hardly ever program in Lisp and yet these short snippets are more readable than any other language.
Yes, I've never understood why
is considered so much more readable than