This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Sun Jun 14 14:51:10 -0700 2009 | |
| |
README | Thu Sep 10 13:41:30 -0700 2009 | |
| |
euler/ | Thu Sep 10 07:08:55 -0700 2009 |
README
euler-clojure
-------------
by Daniel F. Martins <daniel.tritone at gmail dot com>
This repository provides my solutions to Project Euler's problems using
Clojure[1], a Lispy JVM-based functional language.
Project Euler[2] is a series of challenging mathematical/computer programming
problems that will require more than just mathematical insights to solve.
Although mathematics will help you arrive at elegant and efficient methods,
the use of a computer and programming skills will be required to solve most
problems.
1. Requirements
* JDK 1.5+;
* Clojure, git version[3];
* Clojure-Contrib, git version[4];
2. Running
Using the terminal, go to the project's root directory and run the following
command line:
$ clj euler/problem_X.clj
Where X is the problem id.
3. Notice
Don't expect me to publish solutions to all Project Euler's problems! :-)
4. Links
[1] Clojure - http://clojure.org
[2] Project Euler - http://projecteuler.net
[3] Clojure git - http://github.com/richhickey/clojure/tree
[4] Clojure-Contrib git - http://github.com/richhickey/clojure-contrib/tree







