Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/eden
the project Euler Development ENgine
https://github.com/norfairking/eden
Last synced: 2 months ago
JSON representation
the project Euler Development ENgine
- Host: GitHub
- URL: https://github.com/norfairking/eden
- Owner: NorfairKing
- License: gpl-2.0
- Created: 2015-07-30T15:03:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T10:04:40.000Z (over 7 years ago)
- Last Synced: 2023-05-02T20:23:44.656Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## EDEN
Euler Development ENgineEDEN was built to take the hastle out of solving Project Euler problems.
When solving these problems you want to be thinking about the solutions.
You don't want to mess around with how to compile your solutions and how to run them.
Ideally you would just write your solution's source file and automagically find out what
its result is.EDEN takes care of all the hastle in solving project euler problem.
EDEN will...- ... generate the appropriate directory structure
- ... build your solutions
- ... run your solutions
- ... test your solutions
- ... take care of shared libraries for your solutions
- ... test those libraries
- ... help you with publishing writeups of your solutionsEDEN will make Project Euler more fun.
- [Getting started](doc/getting-started.md)
- [Usage](doc/usage.md)
- [Technical details](doc/technical-details.md)### Installing EDEN
Installing `eden` is as easy as running `cabal install`.
### Using EDEN
Both technical documentation and usage documentation can be found in the `doc` directory.
### People using EDEN
If you would like to have your name on this list, just send a pull request.- [NorfairKing](https://github.com/NorfairKing/project-euler)
This is one of the authors of EDEN and his usage is probably a good example.