|
|
|
|
|
by alberich
4838 days ago
|
|
Just an observation about the parentheses... Although it can be hard to make sense of the large number of parentheses, using good indentation (emacs does it for you) helps a lot. Of course Python makes it easier to figure out what code belongs where, it was made with this goal in mind after all. I believe it is a tradeoff, Lisp's syntax gives you flexibility and an easy (in terms) and powerfull macro system at the expense of code readability (when compared with some languages). |
|
so that say:
is translated by the parser to: