Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arethuza
on Jan 26, 2011
|
parent
|
context
|
favorite
| on:
How Lisp macros differ from static code-generation...
You can also splice values into backquoted expressions using ,@foo rather than ,foo - which I seem to remember being rather useful.
zck
on Jan 26, 2011
[–]
It's incredibly useful. The actual definition of until from Arc:
(mac until (test . body) `(while (no ,test) ,@body))
It's really useful for bodies of code like this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: