[parenscript-devel] Problems with "new"

Mentus Sarovar mentusss at gmail.com
Sat Aug 6 22:23:30 UTC 2011


Hello

i am new to parenscript. i am stuck with my attempt to create an
instance of a new object.

Why does:

(parenscript:ps (new (*date)))

translates to:

"new(Date());"

instead of:

"new Date();"

i tried various possiblities but simply could not get it. How does on
do it properly?

Thanks for help
Matus




More information about the parenscript-devel mailing list