programming language

This note last modified February 12, 2021

foreign function interfaces allows a high level language to call lower level languages, and it’s the way C calls assembly language or Java calls C.