Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 565 Bytes

scala-playground

A playground to experiment with Scala and understand its features. The source code in this project is based on examples coming from various sources.

comprehension

examples based on Programming in scala 2nd edition

curring

examples based on https://alvinalexander.com/scala/fp-book/partially-applied-functions-currying-in-scala

patternmatch

examples based on Programming in scala 3rd edition

implicits

examples based on https://youtu.be/OseVhWVYR_4

cats

examples based on https://underscore.io/books/scala-with-cats/