Hello, I am very interested to use self-hosted ClojureScript for the tool I am building now.
I would like, of course, to connect self-hosted ClojureScript to Emacs, and interactively develop (a-la CIDER / SLIME). I mean my app would be a bunch of html/javascript/clojurescript files, I open this web page and connect to it with Emacs without any Java backend. Is it implemented already? If not, what is the easiest way to achieve that in a simple way? (I think web-socket connection between Emacs and browser would work fine. Then what: implement CIDER transport on top of this? Or it's too complex, maybe just hack inf-clojure [1] to use this websocket connection to talk with ClojureScript - it would be satisfying for me, all I need for interactive development is to eval current s-exp, maybe also hints about function arguments) [1] - https://github.com/clojure-emacs/inf-clojure Best regards, - Anton -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
