Advertisement
Guest User

Untitled

a guest
Dec 25th, 2010
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. stas@stas-desktop:~/opt/clojure-1.2.0$ rlwrap java -cp clojure.jar:clojure-contrib.jar clojure.main
  2. Clojure 1.2.0
  3. user=> (use 'clojure.contrib.repl-utils)
  4. java.lang.IllegalStateException: source already refers to: #'clojure.repl/source in namespace: user (NO_SOURCE_FILE:0)
  5. user=> show
  6. java.lang.Exception: Unable to resolve symbol: show in this context (NO_SOURCE_FILE:0)
  7. user=> clojure.contrib.repl-utils/show
  8. #<repl_utils$show clojure.contrib.repl_utils$show@cef6f1>
  9. user=>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement