Blog articles/FFI: Difference between revisions
No edit summary |
DonStewart (talk | contribs) |
||
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] | |||
== 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.html The FFI GHC users guide] |
Revision as of 00:41, 9 December 2007
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