Vectorized laziness 2
Bearophile
bearophileHUGS at lycos.com
Sun Dec 20 18:27:50 EST 2009
More information about the Python-list mailing list
Sun Dec 20 18:27:50 EST 2009
- Previous message (by thread): PyQt Signals and multiple sources
- Next message (by thread): Windows, IDLE, __doc_, other
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Do you remember my post about Vectorized laziness that was fully ignored by everyone here? http://groups.google.com/group/comp.lang.python/browse_thread/thread/2637aafa1274629d/ The latest Clojure v.1.1 has implemented the same idea, they are named "Chunked Sequences": http://www.infoq.com/news/2009/12/clojure-11-rc1-transients See: http://clojure.googlegroups.com/web/chunks.pdf (I know they can have some problematic corner cases.) Bye and be well, bearophile
- Previous message (by thread): PyQt Signals and multiple sources
- Next message (by thread): Windows, IDLE, __doc_, other
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list