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

Terry Reedy tjreedy at udel.edu
Thu Oct 17 23:59:08 CEST 2013


On 10/17/2013 1:58 PM, Ron Adam wrote:
>
>
> On 10/16/2013 08:13 PM, Andrew Barnert wrote:
>> 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.

If you are not familiar with http://code.google.com/p/wpython2/
"A wordcode-based Python implementation"
you might find it interesting.

-- 
Terry Jan Reedy



More information about the Python-ideas mailing list