Difference between revisions of "Blog articles/FFI"

From HaskellWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== The foreign function interface ==
 
== The foreign function interface ==
   
* [http://blog.acolyte.co.za/articles/2007/01/01/simple-demonstration-of-haskell-ffi Simple demonstration of Haskell FFI]
+
* [http://blog.danieroux.com/2007/01/01/simple-demonstration-of-haskell-ffi Simple demonstration of Haskell FFI]
 
* [http://therning.org/magnus/archives/238 C and Haskell sitting in a tree]
 
* [http://therning.org/magnus/archives/238 C and Haskell sitting in a tree]
 
* [http://therning.org/magnus/archives/280 Haskell and C: functions returning more than one value]
 
* [http://therning.org/magnus/archives/280 Haskell and C: functions returning more than one value]
  +
* [http://therning.org/magnus/archives/315 Binding Haskell to C structs]
  +
* [http://notes-on-haskell.blogspot.com/2007/02/ffi-in-haskell.html The Haskell FFI]
  +
* [http://blog.bjrn.se/2008/09/speeding-up-haskell-with-c-very-short.html Speeding up Haskell with C – a very short introduction]
  +
  +
== Further reading ==
  +
  +
* [http://www.haskell.org/ghc/docs/latest/html/users_guide/ffi.html The FFI GHC users guide]

Revision as of 04:19, 5 September 2008