Blog articles/FFI: Difference between revisions
DonStewart (talk | contribs) |
(→Further reading: Update link to GHC User's Guide FFI chapter) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
* [http://therning.org/magnus/archives/315 Binding Haskell to C structs] | * [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://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 == | == Further reading == | ||
* [http://www.haskell.org/ghc/docs/latest/html/users_guide/ffi.html The FFI GHC users guide] | * [http://www.haskell.org/ghc/docs/latest/html/users_guide/ffi-chap.html The FFI GHC users guide] |