Adding FFI Support in X7, a Lisp Made in Rust

FFI, or Foreign Function Interface, is mechanism whereby different programming languages can interact with each other in a direct way. x7 is a lisp I made to explore language design and interpreters. Here’s the hello world for it:
Read more

Similar