Analysis of information sources in references of the Wikipedia article "외부 함수 인터페이스" in Korean language version.
Haskell's FFI is used to call functions from other languages (basically C at this point), and for C to call Haskell functions.
C Foreign Function Interface for Python. The goal is to provide a convenient and reliable way to call compiled C code from Python using interface declarations written in C.