-
Notifications
You must be signed in to change notification settings - Fork 0
turtle like LOGO in haskell
License
YoshikuniJujo/xturtle_haskell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can run turtle in Haskell X11. Install this package by cabal. And you can try this package by ghci. % ghci > :m Graphics.X11.Turtle > f <- openField > t <- newTurtle f > shape t "turtle" > shapesize t 2 > forward t 100 > left t 90 > circle t 100 > undo t > home t > clear t etc ...
About
turtle like LOGO in haskell
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published