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 *
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
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