C2hs
From HaskellWiki
(Difference between revisions)
m |
(structure) |
||
| Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
| - | + | '''c2hs: C->Haskell FFI''' is a tool that gives some cross-language type safety | |
| - | c2hs: | + | == Download == |
| + | [http://hackage.haskell.org/package/c2hs HackageDB: c2hs] | ||
| - | + | == Documentation == | |
| - | + | ||
| - | + | ||
| - | == | + | |
* [http://loupgaroublond.blogspot.com/2009/06/haskell-bindings-to-c-from-start-to.html Haskell Bindings to C from Start to Finish] (a blog article) | * [http://loupgaroublond.blogspot.com/2009/06/haskell-bindings-to-c-from-start-to.html Haskell Bindings to C from Start to Finish] (a blog article) | ||
Revision as of 14:46, 21 August 2009
This article is a stub. You can help by expanding it.
c2hs: C->Haskell FFI is a tool that gives some cross-language type safety
1 Download
2 Documentation
- Haskell Bindings to C from Start to Finish (a blog article)
- C2HS example: To save other people frustration (blog)
Categories: Stub articles | Development tools | Standard packages
