Hacker News new | ask | show | jobs
by Natela 2788 days ago
I just hope it will be easy to write bindings for different language in the future. I guess it's important for a wider adoption not to impose something "low-level" like Rust (for eg QT has QML/JS, GTK has bindings to Vala, Python, etc.. Flutter uses Dart, etc...)
1 comments

This is part of what Rust does very well - playing nicely with others! Check out Helix (Ruby), Milksnake or rust-cpython (Python), Rustler (Erlang), Neon (Node.js), or cbindgen (C/C++) for tools that can automate the boilerplate.
That's good to know !