Skip to content
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

Recommended way to interop with the host language, Rust #7

Open
crinklywrappr opened this issue Aug 10, 2020 · 1 comment
Open

Recommended way to interop with the host language, Rust #7

crinklywrappr opened this issue Aug 10, 2020 · 1 comment

Comments

@crinklywrappr
Copy link

crinklywrappr commented Aug 10, 2020

This is a cool project. I've got a mild ambition to write a Clojure compiler targeting zub-vm, since it could potentially be a good way to grant Clojure access to the Rust ecosystem.

I have zero experience writing compilers, so I would need to work on some smaller projects first. Apologies if my nomenclature is a bit off.

How seamless could the interop story potentially become, for calling Rust functions from this hypothetical clojure dialect?

@nilq
Copy link
Owner

nilq commented Aug 14, 2020

Hello! Thank you for taking interest in the project. It would be great to have more Zub-powered languages. I have been using the VM as a backend for my hobby language Hugorm, which supports easy Rust-interop - you might be able to use the project as reference. 😁

Apart front that, I would love to help and answer Zub- and language related questions! If you find that the VM is lacking a feature, I can help implement that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants