I've been digging through the clojurescript code lately, and making some 
changes to the repl-related code. This is quite difficult as clojurescript 
seems to have its own "proprietary" implementation of a webserver that serves 
the repl-communication as well as other possible handlers, like the 
reflection-based stuff.

Having a repl-server based on ring-middleware would give you more modularity, 
and easier pluggability with the ring-based webserver code that in many/most 
cases will coexist with the repl-session.

I've searched for any discussiond or efforts in this space, but couldn't find 
any…

Would such a ring-based alternative make sense?
Any existing efforts in this space?
Any reasons why the current "hardcoded" web server would be better/preferable?

-FrankS.



-- 
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

Reply via email to