Skip to content

Latest commit

 

History

History
733 lines (630 loc) · 32.4 KB

File metadata and controls

733 lines (630 loc) · 32.4 KB

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

Contents


General

General: Readings

General: Readings: Memory Management

General: Readings: Optimization

General: Readings: Safety

General: Readings: Security

General: Readings: Verification

General: Software

General: Talks


Bash


C


C#


Common Lisp


D


Fortran


Haskell


Java


JavaScript

JavaScript: Software

JavaScript: Talks


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


Rocq


Rust

Rust: Readings


Scheme


Stata


Swift


WebAssembly


Zig