Blog articles/FFI: Difference between revisions
No edit summary |
(→Further reading: Update link to GHC User's Guide FFI chapter) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
* [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://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 == | == 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] |