IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.66k stars 298 forks source link

Rust Bindings #423

Open Immortalin opened 5 years ago

Immortalin commented 5 years ago

Any suggestions or advice for this? The bindings section in docs is pretty empty..

Lua has extremely good bindings for Rust so I thought maybe Io should too?

ales-tsurko commented 5 years ago

Rust is a good friend of C. So the starting point is C bindings for Rust. If you could sort it out, the rest would be writing interfaces for the Io's interpreter functions in Rust.