March 30, 2018
LLVM Project Blog: DragonFFI: FFI/JIT for the C language using Clang/LLVM.
FFI stands for foreign function interface, and that's what makes possible for things like CocoaScript to call into C and Objective-C. I'll be watching this project, because it looks like it could be an awesome replacement for what CocoaScript currently uses.