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