5 Apr
                
                    2012
                
            
            
                5 Apr
                
                '12
                
            
            
            
        
    
                8:35 a.m.
            
        On 5 April 2012 08:45, Pascal Costanza <pc@p-cos.net> 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