hs-logo

Logo turtle graphics interpreter

Installation

Install GHC 7.4 and cabal

This is out of scope for this document. On OS X (which I use), you can install Haskell Platform using homebrew. I haven’t tried it, but this might work for you.

% brew install haskell-platform --devel --64bit
% cabal install hs-logo

This will install hs-logo and related dependencies like diagrams and the diagrams-svg backend.

Reporting Problems

Open an issue on github.