Skip to content

Instantly share code, notes, and snippets.

Created March 20, 2014 16:13
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 anonymous/9667479 to your computer and use it in GitHub Desktop.
Save anonymous/9667479 to your computer and use it in GitHub Desktop.
attempting to start server
kingdom@kingdom ~/cosmos/picture-gallery$ lein repl ‹ruby-head›
nREPL server started on port 60350 on host 127.0.0.1
REPL-y 0.2.1
Clojure 1.5.1
Welcome child... System Online.
user=> (in-ns 'picture-gallery.repl)
#<Namespace picture-gallery.repl>
picture-gallery.repl=> (start-server)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: start-server in this context, compiling:(/private/var/folders/ky/bhzt8hvn287b1j9gfn1d5tjw0000gn/T/form-init9007094873746684752.clj:1:1)
picture-gallery.repl=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment