On 5 April 2012 08:45, Pascal Costanza <[email protected]> wrote: > (defun while (predicate body)
> (defmacro while* (predicate &rest body) > ...except I would like to use the name 'while for the macro, and some > other name for the function (while/f, or so). Any suggestions? Everything How about CALL-WHILE? Cheers, -- Nikodemus _______________________________________________ pro mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/pro
