[parenscript-devel] Inconsistent treatment of keyword symbols

Daniel Gackle danielgackle at gmail.com
Sat Sep 29 16:56:10 UTC 2007


This works:

   (ps (defvar :x 1)) => "var x = 1;"

and so does this:

  (ps x) => "x;"

but this doesn't:

  (ps :x)

Attached is a simple patch to make this work for keywords. Is there any
reason not to do this?

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20070929/ecda9bca/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: keyword.patch
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20070929/ecda9bca/attachment.ksh>


More information about the parenscript-devel mailing list