Skip to content
Augustina Blair edited this page Jun 27, 2013 · 12 revisions

Welcome to the moe wiki!

Setting Up Moe

Unix

See README.md

Cygwin

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.

To Do

If you're looking to contribute to Moe, here's a list of things to get started with:

Feel free to ask for clarification or suggestions in #moe!

Scala resources

Scala language web site

Scala School

Scala option cheat sheet

Scala books

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

Conferences, Training

Coursera.org Functional Programming with Scala - Free and Online!

Scala Days - Videos from the most recent conference are available

Typesafe Training

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!

Video, Course, etc.

Dropbox link with course, video, etc.