Language Interop
← Back to Foreign Function Interface (FFI)
The broader concept of different programming languages calling each other’s code. Beyond C FFI, this includes JVM interop (Java/Kotlin/Scala sharing the same VM), .NET interop (C#/F#), and WebAssembly enabling cross-language interop in the browser.