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

https://github.com/geektimus/scala-courses

Small project to recap Scala concepts and practice FP with some libraries
https://github.com/geektimus/scala-courses

functional-programming recap scala

Last synced: 25 days ago
JSON representation

Small project to recap Scala concepts and practice FP with some libraries

Awesome Lists containing this project

README

        

# Scala / Functional Programming Courses/ Recap

[![version](https://img.shields.io/badge/version-0.2.0--SNAPSHOT-brightgreen.svg)][semver]
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/827e74bcacba4742b077d06781620000)](https://www.codacy.com/app/geektimus/scala-courses?utm_source=github.com&utm_medium=referral&utm_content=geektimus/scala-courses&utm_campaign=Badge_Grade)

Small project to recap Scala concepts and practice functional programming with some libraries

## Built With

* [Scala 3.5.1][scala] - Base language

## Contributing

Please read [CONTRIBUTING.md][contributing] for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer][semver] for versioning. For the versions available, see the [tags on this repository][project_tags].

## Authors

* **Alex Cano** - _Initial work_ ([Geektimus][profile])

See also the list of [contributors][project_contributors] who participated in this project.

## License

[![license](https://img.shields.io/badge/license-MIT-blue.svg)][license]

This project is licensed under the MIT License - see the [LICENSE.md][license] file for details

[scala]: https://www.scala-lang.org
[contributing]: CONTRIBUTING.md
[semver]: http://semver.org/
[project_tags]: https://github.com/geektimus/scala-courses/tags
[profile]: https://github.com/Geektimus
[project_contributors]: https://github.com/geektimus/scala-courses/graphs/contributors
[license]: LICENSE.md