Skip to content

Latest commit

 

History

History
586 lines (492 loc) · 24.9 KB

interoperability.ffi.md

File metadata and controls

586 lines (492 loc) · 24.9 KB

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

Contents


General

General: Readings

General: Readings: Memory Management

General: Readings: Optimization

General: Readings: Security

General: Software

General: Talks


Bash


C


C#


Common Lisp


D


Fortran


Haskell


Java


JavaScript


Julia


Lua

Lua: Talks


Nim


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

Python: Readings

Python: Software

Python: Talks


R


Rust

Rust: Readings


Scheme


Stata


Swift


WebAssembly


Zig