Blog articles/FFI: Difference between revisions
DonStewart (talk | contribs) |
No edit summary |
||
Line 1: | Line 1: | ||
== The foreign function interface == | == The foreign function interface == | ||
* [http://blog. | * [http://blog.danieroux.com/2007/01/01/simple-demonstration-of-haskell-ffi Simple demonstration of Haskell FFI] | ||
* [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] |
Revision as of 22:53, 14 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