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
- Host: GitHub
- URL: https://github.com/callicoder/scala-learner-worksheet
- Owner: callicoder
- Created: 2016-08-31T10:12:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T06:45:40.000Z (about 8 years ago)
- Last Synced: 2025-04-19T08:34:34.879Z (2 months ago)
- Topics: scala
- Language: Scala
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)