protorepl

danp 2017-07-18T07:15:11.837486Z

@genec, have you looked at https://github.com/jasongilman/proto-repl-demo

danp 2017-07-18T07:18:19.888171Z

If you take a look at the project.clj, you'll see some dependencies - there's a reference to [org.clojure/tools.namespace "0.2.11"] in the :dev deps, which may be whats missing?

2017-07-18T11:41:33.220915Z

@danp No I hadn't, thanks for the link. I added the dep to my project.clj and that did the trick. Thanks.

danp 2017-07-18T11:59:54.562033Z

genec: 👍