top | item 39247891

(no title)

enoch2090 | 2 years ago

This is really cool! We are recently developing a project with heavy C++ and maybe a little Python scripts & wrappers and we are planning for a major refactor. Is it possible to adopt this with a C++ codebase?

discuss

order

gabimtme|2 years ago

Right now it only supports JavaScript, TypeScript, Python and Rust, but it's designed to be extended with any other language. Each language implementation is just some hundreds of lines of code, so it's "easy" to add new ones, I think C/C++ and Java/Kotlin are good candidates that would be very easy to implement.

matheusmoreira|2 years ago

Just tried it with my C project. Entry point extension is not supported. :(