This is something that LightTable does that is pretty awesome:
It lets you connect to an existing browser session, and modify the CLJS on the fly (essentially a CLJS repl)
From the docs (http://docs.lighttable.com/):
"Open a browser tab for live modification?
You can open a browser tab by either using the Browser: add browser tab command or by choosing the browser client type form the "Add Connection" menu in the connect tab. Once open, it is now available as an evaluation client and Cmd/Ctrl+R is bound to refreshing it."
This is something that LightTable does that is pretty awesome:
It lets you connect to an existing browser session, and modify the CLJS on the fly (essentially a CLJS repl)
From the docs (http://docs.lighttable.com/): "Open a browser tab for live modification? You can open a browser tab by either using the Browser: add browser tab command or by choosing the browser client type form the "Add Connection" menu in the connect tab. Once open, it is now available as an evaluation client and Cmd/Ctrl+R is bound to refreshing it."
Video in action: http://www.youtube.com/watch?v=Zg6Nja8C9rU
No idea how they do it, but this would be really great.