Fork me on GitHub
#mount
<
2019-05-05
>
Kari Marttila07:05:15

I started a new hobby Clojure project to learn deps.edn and Mount. The documentation in https://github.com/tolitius/mount is really great, but I still have a couple of questions. 1. Do clojurists use Mount mostly as a development tool (e.g. to refresh the project in repl and not lose state) or also in production code? 2. I'm going to use Mount with Ring. I guess the best example to look is this: https://github.com/tolitius/stater/tree/master/neo ? The idea is to use Mount at least in development (to be able to start/stop Jetty + tn.refresh all namespaces without needing to restart repl) - but also to use Mount in production code if I grasp the idea of Mount properly.

serioga07:05:55

I use it in production code.