On Dec 3, 2009, at 9:09 PM, Emmanuel Bengio wrote:
I'm fairly new to the python world, and I often heard critics about
it's
speed, and also about it's "non-compilability".
Then I thought, there is a complete C API that manages Python itself.
Would it be feasible to transform pure Python code
On Thu, Dec 3, 2009 at 6:09 PM, Emmanuel Bengio wrote:
> I'm fairly new to the python world, and I often heard critics about it's
> speed, and also about it's "non-compilability".
> Then I thought, there is a complete C API that manages Python itself.
> Would it be feasible to transform pure Pytho
I'm fairly new to the python world, and I often heard critics about it's
speed, and also about it's "non-compilability".
Then I thought, there is a complete C API that manages Python itself.
Would it be feasible to transform pure Python code into pure Python "C API"
code? It would spare the parsing