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
- Host: GitHub
- URL: https://github.com/gabrielczar/functional
- Owner: GabrielCzar
- Created: 2016-08-03T01:22:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T04:54:53.000Z (over 8 years ago)
- Last Synced: 2025-01-19T09:41:42.938Z (about 1 year ago)
- Topics: exercises, functional-programming, haskell, python
- Language: Haskell
- Size: 4.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)