[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loop macro



One last point -- upon looking more closely at the examples Gregor sent,
I notice that there is still a lot of infix stuff, which is unfortunate.
In a Lisp system I'd much rather see

(iterate (members-of x list) ...)

than

(iterate (x in list) ...)

But that much is negotiable.

-- Scott