-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Survey of non-Rust implementations #5
Comments
What about Mono? I think game engine people would appreciate this a lot since C# in Unity is all the rage these days. |
I think the idea (I could be mistaken) is more that we could look at these C APIs and see what they expose in order to get inspiration for an API for a VM that was built from scratch in Rust. |
Jonathan Blow’s Jai language for game development is very interesting: https://internals.rust-lang.org/t/jai-language-primer/3176 |
How about http://terralang.org? Is similar to https://luajit.org/dynasm.html and luajit under the help of lua + dsl. |
Papers
Languages/VMs
If ergonomic integration with Rust is desirable, perhaps looking at languages that have good CFFI would be instructive?
The text was updated successfully, but these errors were encountered: