On Fri, Jul 2, 2010 at 4:28 PM, Alan Ruttenberg alanruttenberg@gmail.com wrote:
Any reason not to use the same syntax: #".." - will make it much easier to migrate. Also note that in JSS #0"foo" returns the result of the call without casting to lisp object - e.g. (#"toString" ...) will return a java instance rather than a lisp string.
No reason, I mean to use the exact same syntax, I just remembered it wrong.
A.