Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/creativcoder/recurse

Solving problems recursively
https://github.com/creativcoder/recurse

Last synced: about 2 months ago
JSON representation

Solving problems recursively

Awesome Lists containing this project

README

        

# recurse
Solving problems recursively using Haskell which only support recursion as an iteration mechanism
So this would be a good way to exercise to think recursively.

All source files can be executed by issuing the command:
`ghc -o `

You need the [GHC]("https://wiki.haskell.org/Haskell_in_5_steps") Haskell Compiler Platform installed.