April 15, 2009

Book Review: Embedded Linux Primer

My review of Embedded Linux Primer: A Practical Real-World Approach is now in the stands - April, 2009 issue for Linux For You. Thanks to Linux For You and Pearson Higher Ed. for the review copy.

April 9, 2009

Quick Tip: Using the 'parsec' Haskell library

You will have to do a sudo apt-get install libghc6-parsec-dev and sudo apt-get install libghc6-parsec-doc on Ubuntu/Debian systems if you are going to use the parsec library with ghc installed via apt-get

Once you have installed both, you should be able to use the library in your Haskell code and also view the library documentation.