Port for other languages like C++, C# or JavaScript #2452
ZhaoXiangXML
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Maybe https://github.com/dtolnay/cxx is what you're looking for, at least for C++? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it's theoretically possible to port PyO3 to support other object-oriented languages like C++ (with smart pointers), C# or JavaScript.
PyO3 has done a great job on exporting Rust to Python with memory management, subclassing and other great stuff. I think these features can be shared with other OO languages so people can write modules in Rust and use them in like C++.
I understand it's a large project. I'd like to know if I want to start on this path where should I start.
Beta Was this translation helpful? Give feedback.
All reactions