[Openmcl-devel] Is there a way to suppress this warning?
Stelian Ionescu
sionescu at cddr.org
Thu Apr 30 13:42:17 PDT 2015
On Thu, 2015-04-30 at 13:36 -0700, Ron Garret wrote:
> Yes, but that’s not a good solution in my case. The use case is that I want to write a macro called MOD-P that wraps a numerical calculation so that all of the computations in the lexical scope of the macro are performed modulo-P, in other words, the real expansion looks something like:
>
> (flet ((+ (&rest args) (mod (apply ‘+ args) p))
> (- (&rest args) (mod (apply ‘- args) p))
> …
>
> But I also want calculations that are NOT wrapped in the MOD-P macro to continue to work normally.
Code-walker.
--
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20150430/1c3d5883/attachment.bin>
More information about the Openmcl-devel
mailing list