Skip to content

Latest commit

 

History

History
324 lines (262 loc) · 13.3 KB

File metadata and controls

324 lines (262 loc) · 13.3 KB

C++ links: interoperability - foreign function interfaces (FFIs)

Contents


General


Bash


C


C#


Common Lisp


D


Fortran


Haskell


Java


JavaScript


Julia


Lua


Objective-C

  • OC - Easily Declare/Invoke Objective-C APIs from C11 or C++11
    • Macro magic for declaring/calling Objective-C APIs from C11 or C++. Preloads selectors, chooses the correct objc_msgSend to call per method/platform.
    • https://github.com/garettbass/oc

OCaml


PHP


Python


R


Rust


Scheme


Stata