C2hs
From HaskellWiki
(Difference between revisions)
(Added a link to "C2HS example: To save other people frustration") |
m |
||
| Line 4: | Line 4: | ||
c2hs: C->Haskell FFI tool that gives some cross-language type safety | c2hs: C->Haskell FFI tool that gives some cross-language type safety | ||
| + | |||
[http://hackage.haskell.org/package/c2hs Download this from Hackage] | [http://hackage.haskell.org/package/c2hs Download this from Hackage] | ||
Revision as of 18:39, 12 July 2009
This article is a stub. You can help by expanding it.
1 Introduction
c2hs: C->Haskell FFI tool that gives some cross-language type safety
2 Links
- 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
