Last active
October 5, 2015 16:44
-
-
Save juhp/7e6519e20ccda1bce938 to your computer and use it in GitHub Desktop.
start turtle interactive shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ghci -ghci-script turtle.ghci -package turtle -package foldl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set prompt "Turtle> " | |
:set -XOverloadedStrings | |
import Turtle | |
import qualified Control.Foldl as Fold |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment