Re: [Cython] Yet another Python to C compiler

2011-08-12 Thread Stefan Behnel
Vitja Makarov, 12.08.2011 08:49: Recently I've found one more Python to C compiler, that translates python bytecode into C source. And author says about 100% Python compatibility. That's clearly incorrect. From the code, it appears that at least the builtins are static, which means that it's *

Re: [Cython] Yet another Python to C compiler

2011-08-12 Thread Vitja Makarov
2011/8/12 Vitja Makarov : > Hi! > > Recently I've found one more Python to C compiler, that translates > python bytecode into C source. > And author says about 100% Python compatibility. The project is a > signle 800KB python file. > > http://code.google.com/p/2c-python/ > > I was wondering when fo

[Cython] Yet another Python to C compiler

2011-08-11 Thread Vitja Makarov
Hi! Recently I've found one more Python to C compiler, that translates python bytecode into C source. And author says about 100% Python compatibility. The project is a signle 800KB python file. http://code.google.com/p/2c-python/ I was wondering when found that 2c beats Cython in some benchmarks