On Sunday, October 6, 2013 1:26:21 PM UTC-7, Tim Visher wrote:
>
>
> That sounds really cool. I was not aware that Austin could do this. Do 
> you have any pointers to documentation about it? Again, my model of 
> how the system works is that the browser _is_ the repl, so refreshing 
> the browser completely resets you back to the last time the 
> clojurescript was built. 
>
>
The Austin sample project is a good example, 
https://github.com/cemerick/austin/blob/master/browser-connected-repl-sample/README.md
 . 

I could be wrong but my understanding is that the browser is just 
connecting to your cljs repl which actually is in the 'clojure repl'. 
Certainly if you refresh the page state built up in the browser is reset, 
but state in the cljs repl is a different story.  

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to