hi, I find that (* x (% y z)) produces x * y % z
while what I mean is x * ( y % z), which are very different.
Thank you for the bug report. This was related to several previous arithmetic bugs; there was a bug in the checking for associativity. I pushed a fix.
Vladimir
On Tue, Nov 1, 2011 at 9:39 PM, Canhua dreameration@gmail.com wrote:
hi, I find that (* x (% y z)) produces x * y % z
while what I mean is x * ( y % z), which are very different.
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel@common-lisp.net