- Clone this repo
- Install shadow-cljs npm module
npm install -g shadow-cljs
- Run the project
shadow-cljs watch app
- Connect to the nREPL with your editor.
- Load the
example
ns and check the value ofbar
- Load the
core
ns and check the value ofbar
. Notice the values are the same. - Edit the content of
short.txt
- Reload the
example
ns and see that the value ofbar
has now changed. - Reload the
core
ns and see that the value ofbar
has NOT changed. - ???