Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

When to Use Macros

Name: Anonymous 2013-07-10 8:53

http://www.bookshelf.jp/texi/onlisp/onlisp_9.html#SEC61
(defmacro while (test &body body)
  `(do ()
       ((not ,test))
     ,@body))


There is no way to duplicate the behavior of this macro with a function.

It is true for shitty CL. But it is false for a Lisp that supports fexprs.

Name: Anonymous 2013-07-10 16:03

This thread has been closed and replaced with the following thread:

Subject: How do you pronounce ``fexpr''?
Name:
Email:

1. fax purr
2. feecks purr
3. eff expression (faggot)
4. eff ex-purr

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List