You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: