gottreu / hs-logo

Logo turtle graphics interpreter in Haskell

Home Page:http://deepakjois.github.io/hs-logo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Logo turtle graphics interpreter in Haskell

http://deepakjois.github.io/hs-logo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.1%Language:Shell 0.9%