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

https://github.com/gabrielczar/functional

Exercises using functional language
https://github.com/gabrielczar/functional

exercises functional-programming haskell python

Last synced: about 1 year ago
JSON representation

Exercises using functional language

Awesome Lists containing this project

README

          

# Functional
_Exercises using functional language_

##### Rules:
Important: it is forbidden the use of repetition statements, variable assignments for future use and auxiliary variables. Your code should be as functional as possible. Furthermore, the use of the if / else statement is released.

- [List 0](List_0/README.md)
- [List 1](List_1/README.md)