Blog articles/FFI
From HaskellWiki
< Blog articles(Difference between revisions)
(→The foreign function interface) |
(→The foreign function interface) |
||
| (2 intermediate revisions not shown.) | |||
| 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] | ||
* [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.html The FFI GHC users guide] | ||
Current revision
1 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
