| Next | "Design Patterns" Aren't | 6 |
Other good solutions to this problem include a good macro system
(defmacro dotimes ((var limit) &body forms)
`(maptimes #'(lambda (,var) ,@forms) ,limit))

But the C++ macro system blows goat dick
| Next | ![]() |
Copyright © 2002 M. J. Dominus |