https://github.com/zubivan/fun-pro
Going through exercises in "Functional Programming in Scala" book
https://github.com/zubivan/fun-pro
Last synced: about 1 year ago
JSON representation
Going through exercises in "Functional Programming in Scala" book
- Host: GitHub
- URL: https://github.com/zubivan/fun-pro
- Owner: zubivan
- Created: 2020-04-08T09:28:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T10:43:52.000Z (about 6 years ago)
- Last Synced: 2025-03-17T05:22:01.847Z (over 1 year ago)
- Language: Scala
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Goal of this repository
This repository is used for tracking exercises from `Functional Programming in Scala` book (https://www.manning.com/books/functional-programming-in-scala).
Examples and exercises in this book are built with Scala programming language and used as an intoduction to functional programming in general, but also as an introduction to Scala programming language.
I aim to follow this book using Scala, but also other languages, like Rust and TypeScript.
I will start rather simple, having a very basic setup for all the languages, evolving the setup as I go.