C2hs
From HaskellWiki
(Difference between revisions)
(Added a link to "C2HS example: To save other people frustration") |
|||
| Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
| + | |||
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] | ||
| + | |||
== Links == | == Links == | ||
| - | [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) | ||
| + | * [http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog) | ||
[[Category: Development tools]] | [[Category: Development tools]] | ||
[[Category: Standard packages]] | [[Category: Standard packages]] | ||
Revision as of 18:38, 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 Download this from Hackage
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
