I found the answer in the clojurescript wiki under "The REPL and
Evaluation Environments".
https://github.com/clojure/clojurescript/wiki/The-REPL-and-Evaluation-Environments
(require x) is not supported but (ns ...) supports :require.
On Dec 18, 4:23 pm, Fiel Cabral
wrote:
> I'm trying to learn
I'm trying to learn ClojureScript and I get this error when calling
require in the repljs REPL:
(I ran these commands after cloning the git repo last night and
running script/bootstrap)
./script/repljs
"Type: " :cljs/quit " to quit"
ClojureScript:cljs.user> (+ 1 1)
2
ClojureScript:cljs.user> (zer