Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`