Difference between revisions of "Blog articles/FFI"
From HaskellWiki
DonStewart (talk | contribs) (→The foreign function interface) |
(→Further reading: Update link to GHC User's Guide FFI chapter) |
||
Line 10: | Line 10: | ||
== 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] |
Latest revision as of 01:56, 10 December 2020
The foreign function interface
- Simple demonstration of Haskell FFI
- C and Haskell sitting in a tree
- Haskell and C: functions returning more than one value
- Binding Haskell to C structs
- The Haskell FFI
- Speeding up Haskell with C – a very short introduction