home.social

#sourcetosourcetranslation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sourcetosourcetranslation, aggregated by home.social.

  1. @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: 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.