Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How to catch a Haskell exception that is thrown in a Haskell callback function called by a C function?

haskell exception ffi

Is it possible to create PHP extensions in Haskell?

php c haskell php-extension ffi

Linking to a C++ library that has extern "C" functions

rust ffi

Why is GHC distributed with gcc and g++?

haskell ghc ffi

Passing a list of strings from Python to Rust

python rust ctypes ffi

How do I create a Rust callback function to pass to a FFI function?

rust ffi

What are the possible approaches to Common-Lisp / Java Interoperability?

PureScript FFI to mocha

mocha.js ffi purescript

I can't install ffi gem - MacOS Big Sur 11.0.1

Is there a simple way to use Python libraries from Common Lisp?

python lisp common-lisp ffi

unsafePerformIO and FFI library initialization

Passing a set of NumPy arrays into C function for input and output

python c numpy ctypes ffi

Error installing gems that use native extensions on Ubuntu, Ruby 1.9.2 via RVM

ruby rubygems rake rvm ffi

Why does Rust export its whole standard library when building a DLL?

windows dll rust ffi

Call a Haskell function in .NET

.net haskell interop ffi

How do I initialize an opaque C struct when using Rust FFI?

rust ffi

How do I use C preprocessor macros with Rust's FFI?

macros c-preprocessor ffi rust

What does % mean in an OCaml external declaration?

external ocaml ffi

Idiomatic Usage of Haskell Foreign Types?

c haskell ffi

Haskell C FFI: accessing static data structures

c haskell ffi