Blog articles/FFI: Difference between revisions
DonStewart (talk | contribs) No edit summary |
(→Further reading: Update link to GHC User's Guide FFI chapter) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== The foreign function interface == | == The foreign function interface == | ||
* [http://blog. | * [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-chap.html The FFI GHC users guide] |