Skip to content

Latest commit

 

History

History
267 lines (211 loc) · 10.5 KB

interoperability.ffi.md

File metadata and controls

267 lines (211 loc) · 10.5 KB

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

Contents


General


Bash


C


C#


Common Lisp


D


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

PHP


Python


R


Rust


Scheme


Stata