Fixed (?) quoting mechanism
authorAttila Lendvai <attila.lendvai@gmail.com>
Mon, 16 Apr 2007 13:11:33 +0000 (13:11 +0000)
committerAttila Lendvai <attila.lendvai@gmail.com>
Mon, 16 Apr 2007 13:11:33 +0000 (13:11 +0000)
commit32a59cfe83624996891d01b7bb3b51cd29936b7a
tree37baf19d2532290d74ff3c72c7733cdf62cd538e
parent7abef5d4832485e9e9c21f2615b472164a7c7094
Fixed (?) quoting mechanism

(js:js (+ 42 '"FoooFFFOFOFooo")) => "42 + FoooFFFOFOFooo;"

IOW, quote inside a parenscript form means to simply print the quoted
value as-is.  Among other things, this is useful for inserting literal
javascript into parenscript.  I hope it will not break anything.
src/js.lisp