Fork me on GitHub
#protorepl
<
2017-03-27
>
puppybits15:03:25

Does om next work with protorepl? I'm getting errors about resolving the defui macro.

puppybits15:03:17

nm. I changed it to a Clojure and it works fine.

mikeflynn21:03:00

Quick question from a terminal repl convert: When I start a proto-repl tab I see it reloading all the code in the namespace, but then when I try to run something like (require '[thingisaw.reloaded.core :as foo]) to do something I get a namespace not found error. I’m guessing my old cli workflow isn’t idiomatic for proto-repl but I’m not sure what is.

seancorfield21:03:48

You'll need to turn off all the REPL refresh options in ProtoREPL's package settings for your workflow to continue.

seancorfield21:03:15

ProtoREPL's "opinionated setup" guide assumes you have a fully "reloaded" workflow with Component etc.

mikeflynn21:03:56

Ah! Ok. Thank you. I should probably give the preferred workflow a try, but in the short term I’ll try turning off the refresh.

seancorfield21:03:35

We’re still dealing with code that is not entirely managed by Component so we can’t use ProtoREPL in that “opinionated” setup.

mikeflynn21:03:11

Yup. I just turned off refresh and all is well. I think this might make me switch to Atom now.

seancorfield22:03:38

I switched from Emacs to Atom after seeing Jason present ProtoREPL at Clojure/conj back in December.