"Kay Schluehr" <[EMAIL PROTECTED]> writes:
> Examples:
>    f = ( || x>=0 then f(x) || True then f(-x)  from (x,) )
>    g = ( || x< 0 then self._a <-x || self._a <- 0 from (x,))

Is this an actual language?  It looks sort of like CSP.  Python
with native parallelism, mmmmm.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to