This post originated from an RSS feed registered with Scala Buzz
by David MacIver.
Original Post: QDBM Bindings
Feed Title: David R. MacIver
Feed URL: http://www.drmaciver.com/?feed=rss
Feed Description: Miscellaneous ramblings about programming and software engineering. Common themes include Scala, Java and Haskell.
"So", I thought to myself, "I feel like learning how to use the Haskell Foreign Function Interface. I think I'll write a binding to a C library"
As one does.
Seeing as both my Haskell and my C are less than stellar this proved to be an interesting challenge, but I rose ...