hs-logo icon indicating copy to clipboard operation
hs-logo copied to clipboard

Logo turtle graphics interpreter in Haskell

Results 15 hs-logo issues
Sort by recently updated
recently updated
newest added

Can't install because of this, I will try checking out the github project and installing that. Is there a release planned?

- Hakyll code needs to be tweaked - Page code needs to be updated

Looks at the `make_os_package.sh` script in the pandoc project. A great reason to do this is to allow people to install _hs-logo_ without needing to install Haskell. Hopefully, when we...

Currently, the Logo interpreter calls the SVG backend via the helper method `defaultMain`, passing the arguments using `withArgs`. This can be made better if we directly call the SVG backend,...

`repeat 4000 [repeat 34 [fd 12 rt 10] rt 90]` causes stack overflow.