Skip to content

Instantly share code, notes, and snippets.

@almost
Created May 25, 2012 14:06
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 almost/2788329 to your computer and use it in GitHub Desktop.
Save almost/2788329 to your computer and use it in GitHub Desktop.
(ns almost.core)
(defn hello [] "WORLD")
(defproject almost "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]])
user=> (use 'almost.core)
nil
user=> hello
CompilerException java.lang.RuntimeException: Unable to resolve symbol: hello in this context, compiling:(NO_SOURCE_PATH:0)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment