Skip to content

Instantly share code, notes, and snippets.

@jrheard
Created July 25, 2012 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrheard/26b053138d8cd7945a30 to your computer and use it in GitHub Desktop.
Save jrheard/26b053138d8cd7945a30 to your computer and use it in GitHub Desktop.
1 (defproject euler "1.0.0-SNAPSHOT"
2 :description "Project Euler problems, solved in Clojure."
3 :dependencies [[org.clojure/clojure "1.3.0"]
4 [org.clojure/math.numeric-tower "0.0.1"]])
[jrheard@ldnsales66-110:~/dev/euler/clojure] (master *) $ lein repl
REPL started; server listening on localhost port 54089
user=> (:require [math.numeric-tower :as math])
java.lang.ClassNotFoundException: math.numeric-tower (NO_SOURCE_FILE:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment