A replacement for lambda

Paul Rubin http
Sat Jul 30 05:37:10 EDT 2005


"Kay Schluehr" <kay.schluehr at gmx.net> 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.



More information about the Python-list mailing list