Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

linking extra libraries/objects failed

haskell ffi ghci

Pointers to ADTs in Haskell

pointers haskell ffi

Locating Javascript libraries for FFI

haskell ffi ghcjs

Creating a statically-linked Haskell library on Mac

macos haskell static ghc ffi

About wrap and call C function

c lua closures ffi

Importing 'C' Delay function into Haskell using FFI

haskell ffi

Calling PyPy sandbox from another language

python haskell sandbox ffi pypy

Pointer-stashing generics via `mem::transmute()`

pointers rust ffi

foreign import prim call to LLVM

haskell llvm ghc ffi llvm-ir

Interfacing with the code which calls select()

haskell signals ffi

base does not contain a CLISP linking set error

lisp common-lisp ffi clisp

What is the syntax for the Squeak FFI in the new Squeak (5.0)

smalltalk ffi pharo squeak

Haskell cabal include static library

haskell cabal ffi

How to make FFI call interruptible

haskell interrupt ghc ffi

What is proper Rust way to allocate opaque buffer for external C library?

c rust ffi

FFI Issues with Racket and Chipmunk

racket ffi chipmunk

Lua/Luajit: Indexing and named method at the same time?

lua ffi luajit

How to properly link object files written in Haskell?

c++ haskell linker ghc ffi

Difference between hsc2hs and c2hs?

haskell ffi hsc2hs c2hs

How do I call C from Go using the "foreign function interface"

c go ffi