Popularity
6.8
Stable
Activity
0.0
Stable
21
2
2

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Parser    

hs-logo alternatives and similar packages

Based on the "Parsing" category.
Alternatively, view hs-logo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hs-logo or a related project?

Add another 'Parsing' Package

README

Build Status

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

You can now try out some logo programs in the examples folder

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

Snowflake

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

Design