Hacker News new | past | comments | ask | show | jobs | submit login

Metaprogramming. At least that's what I enjoy. In Lisp you can "quote" s-expressions (think "function body"), manipulate the AST and evaluate them how you see fit. It's like Ruby's blocks or Python's metaclasses, but with any construct in the language.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: