hs-logo: Logo interpreter written in Haskell

[ bsd3, parser, program ] [ Propose Tags ]

Interpreter for the Logo programming language, specialised for turtle graphics.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1
Dependencies base (>=4.2 && <4.6), cmdargs (>=0.6 && <=0.9), colour, containers (>=0.3 && <0.5), diagrams-core (>=0.5 && <0.6), diagrams-lib (>=0.5 && <0.6), diagrams-svg (>=0.3.3 && <0.4), mtl (>=1 && <3.0), parsec (>=3.0 && <3.2), parsec-numbers, random (>=1.0) [details]
License BSD-3-Clause
Author Deepak Jois
Maintainer deepak.jois@gmail.com
Category Parser
Home page http://deepakjois.github.com/hs-logo
Source repo head: git clone https://github.com/deepakjois/hs-logo
Uploaded by DeepakJois at 2012-05-13T12:42:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hs-logo
Downloads 4377 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 7 reports]

Readme for hs-logo-0.5.1

[back to package description]

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