Re: A 'Python like' language
[color=blue]
>We really need in Python a clear separation of advanced features from
>the basic syntax. No more lambda calculus in the basic part. :>)[/color]
Well I considered writing a pep to move all that stuff to a module
called __icky__, you know:
from __icky__ import *
.... but I didn't think the committee would go for it.
C///
[color=blue]
>We really need in Python a clear separation of advanced features from
>the basic syntax. No more lambda calculus in the basic part. :>)[/color]
Well I considered writing a pep to move all that stuff to a module
called __icky__, you know:
from __icky__ import *
.... but I didn't think the committee would go for it.
C///
Comment