Fork me on GitHub
#proto-repl
<
2016-12-01
>
tolitius23:12:32

attended a clojure conj proto repl talk by Jason (great talk :)). we later discussed a thread local (save n) and other things. trying to give it a shot. I am a vim user, so it maybe is my atom illiteracy, but I can't seem to start a proto repl that loads a boot project's classpath. here is the project I wanted to try a proto repl with: https://github.com/tolitius/stater/tree/master/neo if you notice, there is a dev namespace, and here is how I get into a dev in the terminal (not in atom):

[stater/neo]$ boot repl
nREPL server started on port 64859 on host 127.0.0.1 - 
REPL-y 0.3.7, nREPL 0.2.12

boot.user=> (dev)
#'boot.core/temp-dir! was deprecated, please use #'boot.core/tmp-dir! instead
#object[clojure.lang.Namespace 0x72780e4b "dev"]

dev=>
in atom though I get: