|
|
|
|
|
by wikiburner
4646 days ago
|
|
My impression was that you sometimes have to refactor your Python to make the code more C-like. From what I have heard generators aren't supported, and there are other situations where you need to make your loops (and other elements of your code) more C-like. That's not the case? You just add typing to your python and you're good to go? |
|