Updated URLs for blog.ndk.io to working ones

This commit is contained in:
Rune Juhl Jacobsen 2016-01-06 09:22:46 -06:00
parent 9024ce6427
commit 9bfd642c9b

View file

@ -67,8 +67,8 @@ If Clojure REPL (i.e. `lein repl`, `boot repl`) fired up instantly, the need to
inside the REPL would go away. But at the moment, and for some time in the future, managing state by making it inside the REPL would go away. But at the moment, and for some time in the future, managing state by making it
reloadable within the same REPL session is important to retain all the Clojure superpowers. reloadable within the same REPL session is important to retain all the Clojure superpowers.
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/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/jvm-slow-startup.html).
`mount` is here to preserve all the Clojure superpowers while making _the application state_ enjoyably reloadable. `mount` is here to preserve all the Clojure superpowers while making _the application state_ enjoyably reloadable.