Steven D'Aprano <[EMAIL PROTECTED]> writes:
> So, once you've succeeded in your campaign to make Python more like
> Scheme, what language will you use for getting real work done?
> 
> And how long will it take before Schemers start agitating for it to become
> more like Scheme?

While you've dutifully searched the horizon for such intrusion, the
rot has been quietly happening from within ;-).  Nested scopes,
first-class functions and closures, internal lambdas, and lazy
evaluation streams (iterators) are all Schemish incursions into
Python.  List comprehensions and genexps come from even further in the
functional-programming "beyond".  Soon Python will implement a 
type system based on the Lambda Cube, well maybe not. :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to