C2hs
From HaskellWiki
(Difference between revisions)
(cleanup + homepage) |
(Added a very helpful tutorial link to the top of the list (not my work)) |
||
| Line 6: | Line 6: | ||
== Documentation == | == Documentation == | ||
| + | * [http://blog.ezyang.com/2010/06/the-haskell-preprocessor-hierarchy/ 6-part, relatively up-to-date c2hs tutorial] | ||
* [http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ c2hs Homepage] | * [http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ c2hs Homepage] | ||
* [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 01:38, 4 March 2012
C->Haskell FFI (c2hs) is an interface generator that simplifies the development of Haskell bindings to C libraries.
1 Download
2 Documentation
- 6-part, relatively up-to-date c2hs tutorial
- c2hs Homepage
- Haskell Bindings to C from Start to Finish (a blog article)
- C2HS example: To save other people frustration (blog)
This article is a stub. You can help by expanding it.
Categories: Development tools | Standard packages | Stub articles
