Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Haskell undefined reference when calling some win32 api functions

c winapi haskell ffi

How can I index C arrays in Rust?

arrays rust ffi

Rust FFI passing trait object as context to call callbacks on

c rust ffi

ghc 7.4.1 not producing stub.o files

Getting at C binary data from OCaml

c ocaml binary-data ffi

Implementing offsetof() for structures in Python ctypes

python c padding ctypes ffi

How do I convert a lua string to a C char*?

c lua ffi luajit

GHC RTS runtime errors when using hs_init with profiling of shared cabal library

haskell ghc ffi

Haskell LLVM binding Ambiguous Type

haskell llvm ffi

How can I make data that is allocated manually be garbage-collected in Haskell?

Writing Java code that compiles using one of two implementations of a class

How to safely translate tree data structures between C++ / Ocaml?

Calling into Haskell from multiple C/C++ threads

c++ multithreading haskell ffi

Can OCaml be used as a scripting language for C++?

c++ scripting ocaml ffi

importing c++ data types to haskell with ffi

c++ haskell types ffi

GHC/FFI: calling haskell module which imports haskell libraries from C

c haskell import ffi

How long should I expect a garbage collection to take before removing an opaque FFI object? Is it possible to speed it up some way?

How to poke a Vector (or to get a Ptr Vector to it's data)?

haskell ffi

Storable instance of Maybe

haskell ffi