-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Welcome to the moe wiki!
See README.md
Download scala.
Extract using 7zip or your tar utility in cygwin.
Download simple build tool
Extract using zip to /usr/local/sbt/
.
Add these lines to your ~/.bash_profile
.
export SCALA_HOME=/PATH_TO_SCALA/scala-2.10.0
export PATH=$PATH:$SCALA_HOME/bin:/usr/local/sbt/bin
Note: PATH_TO_SCALA is the absolute path to where you extracted the scala archive
Restart your cygwin shell. And use win-sbt test
in your moe directory.
If you're looking to contribute to Moe, here's a list of things to get started with:
- Tests! We always need more tests!
- Check the list of open issues
Feel free to ask for clarification or suggestions in #moe!
Scala-lang.org Booklist - List of books from scala-lang.org
Programming in Scala "I like Odersky's book" -- gphat
O'Reilly's Programming Scala ORA's "Programming Scala" feels like being thrown in the deep end while being firehosed with info -- genehack
Functional Programming in Scala
Coursera.org Functional Programming with Scala - Free and Online!
Scala Days - Videos from the most recent conference are available
OSCON - The O'Reilly Open Source Convention has tutorials and sessions covering Scala and related topics
Meetup.com - Look for a Scala meetup in your area!