19 Jan
2013
19 Jan
'13
6:19 p.m.
(++ x) => plus(x); and (-- x) => (x); Is this correct behavior? David
19 Jan
19 Jan
6:42 p.m.
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@dsargeant.com>wrote:
(++ x) => plus(x);
and
(-- x) => (x);
Is this correct behavior?
David
_______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
4400
Age (days ago)
4400
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
David Sargeant