but the next two. . .
#+begin_src clojure :results value
[ 1 2 3 4]
#+end_src
#+begin_src clojure :results value
(def small-map {:a 2 :b 4 :c 8})
(:b small-map)
#+end_src
. . . bomb, causing slime/swank-looking error buffer:
Package { does not exist.
Line: 1, Column: 17, File-Position: 17
Stream: #<SB-IMPL::STRING-INPUT-STREAM {1006B45023}>
[Condition of type SB-INT:SIMPLE-READER-PACKAGE-ERROR]
Restarts:
0: [RETRY] Retry SLIME evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] Abort thread (#<THREAD "worker" RUNNING {1006B1CB33}>)
I've got the nREPL 0.1.8-preview running.