@hackage hs-logo0.1
Logo interpreter written in Haskell
Installation
Dependencies (0)
- base >=4.2 && <4.6
- cmdargs >=0.6 && <=0.9
- containers >=0.3 && <0.5
- diagrams-cairo >=0.5 && <0.6
- diagrams-core >=0.5 && <0.6
- diagrams-lib >=0.5 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
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
For those who like to live dangerously, here is a quickstart:
- Install diagrams and related dependencies. Here is a gist of instructions if you are on OS X.
- Clone the Git repo for hs-logo
- Run
cabal configure && cabal build
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.png

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