Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativcoder/recurse
Solving problems recursively
https://github.com/creativcoder/recurse
Last synced: about 2 months ago
JSON representation
Solving problems recursively
- Host: GitHub
- URL: https://github.com/creativcoder/recurse
- Owner: creativcoder
- License: mit
- Created: 2015-10-07T18:21:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T13:54:26.000Z (about 9 years ago)
- Last Synced: 2023-02-26T13:47:20.677Z (almost 2 years ago)
- Language: Haskell
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.