Home > euler

euler

Euler is a project mainly written in Clojure, it's free.

solving project euler problems in Clojure

My attempt at solving project euler problems in Clojure.

If you so desire to run any of these programs, you can do it by...

java -cp path/to/clojure.jar/:path/to/clojure-contrib.jar:src clojure.main ;; start the repl (use 'problem-23) ;; "require" and "refer" the problem (problem-23) ;; execute the code

Previous:strange-clocks