braid-chat

https://github.com/braidchat/meta/wiki
anthony-galea 2019-03-20T13:49:06.000400Z

Hi, just tried following the getting started guide for braid: https://github.com/braidchat/braid/blob/master/docs/dev/getting-up-and-running-in-development.md

$ lein repl

braid.dev.core=> (start! 5555)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: start! in this context, compiling:(/private/var/folders/9x/7xvr1tf97b1344m3mvbrtltr0000gn/T/form-init3766588926353737151.clj:1:1)
Expected to see start!, seed! and stop with ns-publics but instead I see:
braid.dev.core=> (keys (ns-publics 'braid.dev.core))
(braid.dev.core.proxy$java.lang.Object$SignalHandler$d8c00ec7)
Does anyone know why?

anthony-galea 2019-03-20T13:56:12.001600Z

Also tried the emacs/cider section, there I get an exception related to piggieback:

Error loading cemerick.piggieback: java.io.FileNotFoundException: Could not locate clojure/tools/nrepl__init.class or clojure/tools/nrepl.clj on classpath., compiling:(cemerick/piggieback.clj:1:1)
Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: cemerick.piggieback/wrap-cljs-repl in this contex