> Nono, the problem isn't that python uses *more* registers than > <whatever>, but rather, that it doesn't use registers at all. Instead, > it uses a stack. So, for example, python's add instruction might get
Nobody said Python used more registers than <whatever>. Michal just worried if it would be problematic to deal with the register stuff. That's why he was hesitating whether to translate Python into IMCC or into Perl6 that could have handled all the register stuff by itself. And Klaas-Jan was trying to convince him that the register stuff wasn't such a beast with IMCC.