twitter/scala_school

Name: scala_school

Owner: Twitter, Inc.

Description: Lessons in the Fundamentals of Scala

Created: 2010-09-08 15:39:28.0

Updated: 2018-01-17 17:23:05.0

Pushed: 2018-01-10 22:17:02.0

Homepage: http://twitter.github.com/scala_school

Size: 91102

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is Scala School - a set of lessons covering the Scala programming language.

We use jekyll to generate the site. In order to build it, you must first install it:

$ gem install jekyll

should do. Now, build the site with make. This will create a copy of the lessons in the web.out folder.

For development, you'll also need to install RedCloth.

$ gem install RedCloth
$ gem install jekyll-textile-converter

Then make serve will launch jekyll in serving mode: a web server will be launched on port 4000, and changing files will automatically rebuild the site.

To publish to http://twitter.github.io/scala_school:

$ make publish

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.