Translate the Haskell into English Manually, Part II

Posted by grouch on Aug 5, 2006 1:19 PM
By Linux Journal
Mail this story
Web version

Write a program in Haskell that translates C type declarations into English.

This is part two of a two-part series [see linuxjournal.com/article/9096 for part one]. In this article, I build upon the concept of a parse pipeline with the State monad. Then, with all the pieces in place, I show the complete Haskell program. I also take a step back and consider why Haskell isn't as popular as some other languages and whether it deserves a place in your programmer's toolbox.

Full Story

Printed at http://lxer.com/module/newswire/view/66597/index.html