Skip to content

Instantly share code, notes, and snippets.

@puffnfresh
Created December 20, 2013 03:24
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save puffnfresh/8049994 to your computer and use it in GitHub Desktop.
Save puffnfresh/8049994 to your computer and use it in GitHub Desktop.
Easy scalaz REPL!
# 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