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

Many of the interesting macros I've seen use list operations heavily to slice and dice their arguments and body code. Most experienced Lispers use macros quite a bit.



Given that macros take lists as input and output lists, it would be surprising if they didn't use list operations heavily...


Yes, I didn't intend for my comment to be news to anybody who uses Lisp. I just wanted to point out why list processing is still important.




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

Search: