Closed mfikes closed 8 years ago
Joel Martin's works for the above.
$ npm install -g cljs-repl
$ cljs
Perhaps this has to do with https://github.com/kanaka/cljs-bootstrap/blob/master/script/base.patch
Can you try replumb
0.1.2
? If it was a replumb
problem, I fixed it:
~/git/replumb (master $=)$ node dev-resources/private/node/compiled/nodejs-repl.js src/cljs
cljs.user=> (js* "goog.provide('foo.bar.baz.core');")
nil
cljs.user=> js/foo.bar
#js {:baz #js {:core #js {}}}
cljs.user=> (js* "goog.provide('cljs.core.async.impl.protocols');")
nil
cljs.user=> js/cljs.core.async.impl
#js {:protocols #js {}}
@arichiardi Sweet! Yes, I was able to update elbow
to sufficiently be like replumb
, using replumb
's 0.1.2
API and things work now.
In Planck:
But in Elbow: