Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa7ad/haskell101
Hello World style haskell programs, just to get hang of haskell syntax
https://github.com/fa7ad/haskell101
functional-programming haskell haskell-learning stack
Last synced: about 2 months ago
JSON representation
Hello World style haskell programs, just to get hang of haskell syntax
- Host: GitHub
- URL: https://github.com/fa7ad/haskell101
- Owner: fa7ad
- License: bsd-3-clause
- Created: 2019-12-01T12:54:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T13:50:28.000Z (about 5 years ago)
- Last Synced: 2024-10-24T22:05:01.466Z (3 months ago)
- Topics: functional-programming, haskell, haskell-learning, stack
- Language: Haskell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell101
This are some Hello World style haskell programs, just to get hang of haskell syntax
## Programs/Functions
So far I've implemented these toy programs/functions in haskell
* A naive fibonacci function `fib`
* A fibonacci list generator `fibonacci`
* A simple fizzbuzz checker `fizzbuzz`
* A fizzbuzz range checker `fizzbuzzGen`