Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## EDEN
Euler Development ENgine

EDEN 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 solutions

EDEN 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.