Scala school alternatives and similar packages
Based on the "Misc." category.
Alternatively, view Scala school alternatives based on common mentions on social networks and blogs.
-
Scala Exercises
Brings the popular Scala Koans to the web. Offering hundreds of solvable exercises organized into 42 categories covering the basics of the Scala language. -
Demos and Examples in Scala (Chinese)
repo of sample Scala library usage, written in Chinese -
Learn-by-doing functional programming course on Scala
Covers type classes, functors, applicatives, monads, monad transformers, free monad -
Get Programming with Scala
Tutorial-driven introduction to Scala -
CA Art
A small project aimed at learning Scala on intermediate level by experimenting with Cellular Automata -
Scala Collections Cookbook
Scala collections introduction. written in Chinese. -
Scala With Cats
Learn system architecture and design using the techniques of modern functional programming with Cats -
Scala for the Impatient 2nd Edition
Covers most Scala features with short and easy to understand explainations. -
Scalera Blog
Blog about Scala language and its environment (howto's, good practices, tips,...). Weekly posts written in both spanish and english -
List of Scala Online Courses
A list of free and paid Scala online courses by Classpert, An online course search and comparison website -
Dr. Mark Lewis
Resources by Dr. Mark Lewis >> Website | Youtube Playlists -
Scala Days Conferences
A youtube channel that provides full fledged videos, recorded at Scala Days Conferences -
Functional Programming in Scala
Coursera Specialization (5 courses) created by Martin Odersky et al. at the EPFL (Ecole polytechnique fédérale de Lausanne). -
Reactive Programming with Scala and Akka
Use the concepts of reactive programming to build distributed systems running on multiple nodes
Scout APM: A developer's best friend. Try free for 14-days
Do you think we are missing an alternative of Scala school or a related project?
Popular Comparisons
-
Exercism - Scala ExercisesvsIntroduction to programming with dependent types in Scala
-
Scala With CatsvsThe Type Astronaut's Guide to Shapeless
-
Get Programming with ScalavsDemos and Examples in Scala (Chinese)
-
Demos and Examples in Scala (Chinese)vsGet Programming with Scala
-
Exercism - Scala ExercisesvsScala Exercises
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 https://twitter.github.io/scala_school:
$ make publish