Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How to implement actions in ST-monad with my own underlying representation (similarly to STRef or STArray) using simple techniques?

How to use hsc2hs to bind to constants, functions and data structures?

haskell ffi hsc2hs

How to pass a string from Haskell to C?

c haskell ffi

Passing a Rust variable to a C function that expects to be able to modify it

c rust ffi

Haskell FFI: Calling FunPtrs

c haskell ffi

How difficult is the LuaJIT FFI?

c lua ffi luajit

Calculate distance between two raw pointers

rust ffi

Applicative without a functor

Garbage collector issues in Haskell runtime when (de)allocations are managed in C

Implementation of MVar in C?

c haskell synchronization ffi

Haskell Stack and C Libraries

haskell ffi haskell-stack

Haskell foreign import stdcall on DLL function

dll haskell linker ffi

How to create a nim dll and call it from c#

c# dll dllimport ffi nim-lang

Generate a C struct based on a complex Haskell type

c haskell ffi

Catching panic! when Rust called from C FFI, without spawning threads

How to use LuaJIT's ffi module when embedding?

c lua ffi luajit

At a language level, what exactly is `ccall`?

function syntax macros julia ffi

Haskell FFI - How to handle C functions that accept or return structs instead of pointers to structs?

c haskell ffi

How do I pass a closure through raw pointers as an argument to a C function?

rust closures traits ffi