https://github.com/derlin/mse-advprpar-scala
Exercises from the cours Advanced Programming Paradigm (MSE 2016-2017) in scala
https://github.com/derlin/mse-advprpar-scala
Last synced: about 1 year ago
JSON representation
Exercises from the cours Advanced Programming Paradigm (MSE 2016-2017) in scala
- Host: GitHub
- URL: https://github.com/derlin/mse-advprpar-scala
- Owner: derlin
- Created: 2017-06-15T09:18:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T09:31:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T10:31:04.051Z (over 1 year ago)
- Language: Scala
- Size: 31.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdvPrPar
This repository contains the code written during the course _AdvPrPar (Advanced Programming Paradigm)_, MSE 2016-2017. AdvPrPar aims at familiarizing the students with FP programming using Scala.
Course material (theory and exercises) is available in [`pdfs`](pdfs). The material is the hard work of @ professor Pierre-André Mudry, so please don't use them outside of personal use without asking him.
The repository contains one folder per course, with both code from the course and the exercise serie. It has been done thoroughly but without sharing in mind (so you won't find many comments).