Updated URLs for blog.ndk.io to working ones
This commit is contained in:
parent
9024ce6427
commit
9bfd642c9b
1 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
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
|
||||
startup time, and it is [not because of JVM](http://blog.ndk.io/2014/02/11/jvm-slow-startup.html).
|
||||
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/jvm-slow-startup.html).
|
||||
|
||||
`mount` is here to preserve all the Clojure superpowers while making _the application state_ enjoyably reloadable.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue