The problem with mult is fixed (thanks!). The next problem I've encountered is that array literals no longer work. The previous behavior was:
(ps #(2 3)) => "[2, 3];"
This now crashes.
Daniel
Just pushed a fix.
2010/4/19 Daniel Gackle danielgackle@gmail.com:
The problem with mult is fixed (thanks!). The next problem I've encountered is that array literals no longer work. The previous behavior was: (ps #(2 3)) => "[2, 3];" This now crashes. Daniel _______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel@common-lisp.net