@levynoise The CoPilot interface in VSCode isn't really set up for translating thousands of lines of code, I don't think.
What's the reason for porting to C/C++, vs a safer language (Rust, Go, nim)?
There's a basic Python to Rust transpiler here: https://pypi.org/project/python-rs/
You can also incrementally change to Rust with PyO3.
Something like Nuitka can do automatic translation to C, while maintaining the original source.
#Python #SourceToSourceTranslation #CoPilot #nuitka #transpiling #C
#python #sourcetosourcetranslation #copilot #nuitka #transpiling #c