[parenscript-devel] ++ and --

Daniel Gackle danielgackle at gmail.com
Sat Jan 19 18:42:28 UTC 2013


Yes, because PS uses CL-styled primitives for this sort of thing.

PS> (ps (incf x))
"++x;"

PS> (ps (decf x))
"--x;"



On Sat, Jan 19, 2013 at 11:19 AM, David Sargeant <david at dsargeant.com>wrote:

> (++ x) => plus(x);
>
> and
>
> (-- x) => (x);
>
> Is this correct behavior?
>
>
> David
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20130119/891882e4/attachment.html>


More information about the parenscript-devel mailing list