Skip to content

Instantly share code, notes, and snippets.

@zby
Created January 18, 2013 14:05
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 zby/4564733 to your computer and use it in GitHub Desktop.
Save zby/4564733 to your computer and use it in GitHub Desktop.
$ cat src/login_app/core.clj
(ns login-app.core)
(defn handler [request]
{:status 200
:headers {"Content-Type" "text/html"}
:body "Hello World"})
[ snip ]
user=> (use 'login_app.core')
FileNotFoundException Could not locate login_app/core'__init.class or login_app/core'.clj on classpath: clojure.lang.RT.load (RT.java:432)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment