[Python-ideas] Another "little" combination, permutation, iterator, yield from, example.

Andrew Barnert abarnert at yahoo.com
Thu Oct 17 03:13:59 CEST 2013


On Oct 15, 2013, at 23:21, Ron Adam <ron3200 at gmail.com> wrote:

> A little digression...
> 
> I've been thinking that pythons byte code could be a little higher level and still be efficient.  So I wrote a little interpreter (in python) to test some ideas.

Please post this on a separate thread. It's a potentially very cool idea, and it's in danger of being lost buried under yet another combinatorially-slow implementation of multiset/sequence permutations.


More information about the Python-ideas mailing list