An open API service indexing awesome lists of open source software.

https://github.com/callicoder/scala-learner-worksheet

Learn Scala By Example. Sample Programs for Scala Collections, Functions and Classes
https://github.com/callicoder/scala-learner-worksheet

scala

Last synced: 2 months ago
JSON representation

Learn Scala By Example. Sample Programs for Scala Collections, Functions and Classes

Awesome Lists containing this project

README

        

I created this project while learning scala. It contains the illustration of various functional programming concepts in scala through code. The code illustrations are inspired from twitters's scala school - (https://twitter.github.io/scala_school/) and coursera's scala tutorial - (https://www.coursera.org/learn/progfun1)