[parenscript-devel] Weirdness around symbol translation
Daniel Gackle
danielgackle at gmail.com
Wed Nov 4 00:12:39 UTC 2009
These guys do this:
JS> (ps a!)
"abang;"
JS> (ps a!!)
"abangbang;"
JS> (ps a%)
"apercent;"
JS> (ps a%%)
"apercentpercent;"
But these guys do this:
JS> (ps a+)
"aplus;"
JS> (ps a++)
";"
JS> (ps a*)
"astar;"
JS> (ps a**)
";"
I'm sure this has something to do with translation of *NAMES-LIKE-THIS* and
+NAMES-LIKE-THIS+. But presumably those should be special cases where * and
+ are truly delimiting the name?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20091103/92c8c836/attachment.html>
More information about the parenscript-devel
mailing list