Looking at it from another perspective, any language can call another language through this ABI.
So any language with FFI can call any compiled binary code. For interpreted languages, you must embed the runtime (or interpreter).
Looking at it from another perspective, any language can call another language through this ABI.
So any language with FFI can call any compiled binary code. For interpreted languages, you must embed the runtime (or interpreter).