Blog articles/FFI: Difference between revisions
DonStewart (talk | contribs) |
DonStewart (talk | contribs) |
||
Line 4: | Line 4: | ||
* [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] | |||
== 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 11:17, 7 August 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