[docs]: underlining "the application state"

This commit is contained in:
Anatoly 2015-10-23 08:47:15 -04:00
parent 2d091896f4
commit 5f75399f1f

View file

@ -40,7 +40,7 @@ reloadable within the same REPL session is important to retain all the Clojure s
Here is a good [breakdown](http://blog.ndk.io/2014/02/25/clojure-bootstrapping.html) on the Clojure REPL Here is a good [breakdown](http://blog.ndk.io/2014/02/25/clojure-bootstrapping.html) on the Clojure REPL
startup time, and it is [not because of JVM](http://blog.ndk.io/2014/02/11/jvm-slow-startup.html). startup time, and it is [not because of JVM](http://blog.ndk.io/2014/02/11/jvm-slow-startup.html).
`mount` is here to preserve all the Clojure superpowers while making application state enjoyably reloadable. `mount` is here to preserve all the Clojure superpowers while making _the application state_ enjoyably reloadable.
There is another Clojure superpower that `mount` is made to retain: Clojure community. There is another Clojure superpower that `mount` is made to retain: Clojure community.
Pull request away, let's solve this thing! Pull request away, let's solve this thing!