haskell

FacebookTwitter
http://adit.io/posts/2012-04-14-working_with_HTML_in_haskell.html Written April 14, 2012 Updated April 27, 2012 This is a complete guide to using HXT for parsing and processing HTML in Haskell.

Working With HTML In Haskell - adit.io

Haskell DLL's on Windows

http://neilmitchell.blogspot.com/2009/11/haskell-dlls-on-windows.html The current section of the GHC manual on creating DLL's on Windows is fairly confusing to read, and has some bugs (i.e. 3605 ). Since I got tripped up by the current documentation, I offered to rewrite sections 11.6.2 and 11.6.3 (merging them in the process). Creating Windows DLL's with GHC is surprisingly easy, and my revised manual section includes an example which can be called from both Microsoft Word (using VBA) and C++. I've pasted the revised manual section as the rest of this blog post.