|
2 |
Automated tag tuning
|
||
|
1 |
|
||
My first Lisp macro; is it leaky?I've been working through Practical Common Lisp and as an exercise decided to write a macro to determine if a number is a multiple of another number:
so that :
The question is does this macro leak in some way? Also is this "good" Lisp? Is there already an existing function/macro that I could have used?
|
||||
