functional.cafe is one of the many independent Mastodon servers you can use to participate in the fediverse.
functional.cafe is an instance for people interested in functional programming and languages.

Server stats:

209
active users

#c2hs

0 posts0 participants0 posts today
typochon<p>So after a few days at working with <a href="https://functional.cafe/tags/c2hs" class="mention hashtag" rel="tag">#<span>c2hs</span></a> to make bindings to <a href="https://functional.cafe/tags/sundials" class="mention hashtag" rel="tag">#<span>sundials</span></a> in <a href="https://functional.cafe/tags/haskell" class="mention hashtag" rel="tag">#<span>haskell</span></a>, I&#39;m actually impressed by it.</p><p>It&#39;s a tool to help with writing bindings to C library. It can generate a lot of the boilerplate associated with this sort of stuff (e.g., generating wrapper types on the Haskell side) and typechecks the FFI imports by analyzing the C types in the library&#39;s headers.</p>
typochonHaskell question, C bindings and c2hs