Created
December 20, 2013 03:24
-
-
Save puffnfresh/8049994 to your computer and use it in GitHub Desktop.
Easy scalaz REPL!
This file contains hidden or 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
# Get yourself sbt-extras | |
# Or: brew install sbt | |
alias scalaz="sbt -sbt-create 'set libraryDependencies += \"org.scalaz\" %% \"scalaz-core\" % \"7.1.0-M4\"' 'set initialCommands := \"import scalaz._; import Scalaz._\"' 'console'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment