All Projects → twitter → Scala_school2

twitter / Scala_school2

Scala School 2

Programming Languages

scala
5932 projects

OMG spoilers

This project has not yet been publicly announced. Not that there's anything particularly scary here, but it's still full of hipster ipsum and isn't ready for primetime. For now: the first rule of Scala School is you do not talk about Scala School. Don't share links here just yet; we'll announce soon.

Scala School 2

The goal of Scala School 2 is to provide organized, interactive, reference-quality material for learning the Scala language. It is implemented as a self-contained, locally running web server, which serves book-style material along with live, editable and runnable code snippets. This is intended both for self-paced study as well as for classroom-style lecture and group exercise.

We aim to eventually provide this as a high availability public service, hosted by Twitter, for people everywhere to learn Scala. Currently, however, this is a very bad idea for technical reasons: the underlying Scala interpreter is not sandboxed (see issues #6 and #7). So, for now, please download the project and run it locally.

Running

sbt run will start an HTTP server on port 8080.

License

All original code in Scala School 2 is provided under the Apache License, Version 2.0, with the exception of lesson content (src/main/resources/markdown), provided under the Creative Commons (CC BY 3.0) license.

Shout Outs

Real Talk, Special Thanks

  • Marko Gargenta (@markogargenta), Saša Gargenta (@agargenta) and Rob Nikzad from Marakana, the best open-source technology training company in the world, who incubated the initial portions of the Scala School 2 content for customized, on-location training.
  • Marius Eriksen (@marius), Larry Hosken (@lahosken), Steve Jensen (@stevej), Jeff Sarnat (@eigenvariable) and many others at Twitter for their work on the several incarnations of Scala School preceding this.
  • Martin Odersky (@odersky), Paul Phillips (@extempore2), Iulian Dragos (@jaguarul), Philipp Haller (@philippkhaller), Adriaan Moors (@adriaanm) and contributors to the Scala programming language.
  • The many members of the greater Scala community who come together and speak at conferences every year, sharing their diverse and often conflicting viewpoints and experiences, to influence our understanding and appreciation for this powerful language. Fair warning: if we ever write a book, some of y'all are getting called out by name for your contributions.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].