[parenscript-devel] Does @ Work?

Vladimir Sedach vsedach at gmail.com
Thu Oct 29 02:42:39 UTC 2009


Hi Curtis,

Are you sure you've got the right package? Parenscript treats symbols
like Common Lisp:

(ps:ps (ps:@ document get-element-by-id))
=> "document.getElementById;"

Vladimir

2009/10/28 Curtis Schlak <realistschuckle at gmail.com>:
> I downloaded the latest stable and then checked out the source from
> the git repository at
> http://common-lisp.net/project/parenscript/git/parenscript.
> Irrespective of the code that I use, when I write
>
>  (@ document get-element-by-id)
>
> it renders as
>
>  at(document, getElementById)
>
> Am I doing something incorrectly? The tutorial shows that it should....
>
> :curtis
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>




More information about the parenscript-devel mailing list