Home
Pages 10
- Home
- awwaiid's list of features
- Chris's Plan to save the Spotted Fuzzy CPAN from the Evil Corporate Monsters
- jasonmay's deepest desires
- kthakore's House of Pure Awesome
- Sawyer's list of dos and don'ts
- Toby's Inky List of Goodness and Light
- Topics for Discussion
- uvtc's most wanted
- Why apeiron Thinks Perl5 Sucks
Clone this wiki locally
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:
- Tests! We always need more tests!
- Check the list of open issues
Feel free to ask for clarification or suggestions in #moe!
Scala resources
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
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!