Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Zak
on May 21, 2008
|
parent
|
context
|
favorite
| on:
How to Make Common Lisp go Faster Than C
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.
Hexstream
on May 21, 2008
[–]
Given that macros take lists as input and output lists, it would be surprising if they didn't use list operations heavily...
Zak
on May 21, 2008
|
parent
[–]
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: