От: | Lazy Cjow Rhrr | lj://_lcr_ | |
Дата: | 31.01.07 10:39 | ||
Оценка: | +2 -1 |
If you understand how compilers work, what's really going on is not so much that Lisp has a strange syntax as that Lisp has no syntax. You write programs in the parse trees that get generated within the compiler when other languages are parsed. But these parse trees are fully accessible to your programs. You can write programs that manipulate them...