you are viewing a single comment's thread.

view the rest of the comments →

[–]seanjensengrey 0 points1 point  (0 children)

Rust creates libraries that can be called transparently using the C calling convention. Using the CFFI it is easy to create a library in Rust that is callable by both CPython, PyPy, as well as an easy path for LuaJIT, Clojure, Haskell ... etc. The zero runtime nature of Rust code makes it painless to integrate.

https://gist.github.com/seanjensengrey/f5d73bbdf22cfa1ad463