Swirrl / drafter

A clojure service and a client to it for exposing data management operations to PMD
Other
0 stars 0 forks source link

Improve reloaded/dev workflow with integrant-repl #624

Closed RickMoynihan closed 2 years ago

RickMoynihan commented 2 years ago

Prior to this change re-evaluating forms at the REPL in many situations wouldn't see those changes deployed into the running system. We introduce the library integrant-repl and it's dependency clojure.tools.namespace to support this.

Developers can now run (reset) in the drafter.repl namespace to experience a reloaded workflow more like we do elsewhere.