packages feed

hs-logo-0.2: README.md

Logo interpreter written in Haskell, specialized for turtle graphics. Still very
much a WIP. Lot of the language still needs to be implemented, but it is fairly
functional already.

More info at http://deepakjois.github.com/hs-logo

## Quickstart

Follow the [installation instructions](http://deepakjois.github.com/hs-logo/installation.html)

You can now try out some logo programs in the [examples](https://github.com/deepakjois/hs-logo/tree/master/site/examples) folder

    % dist/build/hs-logo/hs-logo site/examples/sources/snowflake.logo -o ~/tmp/snowflake.svg

![Snowflake](http://deepakjois.github.com/hs-logo/examples/svgs/snowflake.svg)

    % dist/build/hs-logo/hs-logo site/examples/sources/design1.logo -o ~/tmp/design1.svg

![Design](http://deepakjois.github.com/hs-logo/examples/svgs/design1.svg)