It's definitely possible. I've been to meaning to merge some experimental work I've done creating a Node.js ClojureScript REPL in hopes that some one would be willing to take it further.
David On Tue, Nov 27, 2012 at 4:22 PM, Krukow <[email protected]> wrote: > Hi, > I have a special non-browser environment which doesn't support a > ClojureScript REPL at the moment. > > I was wondering if someone has any insight into how much work it would be > to create an equivalent of the "browser-connected" repl for a new > environment. That is, I'd like a repl running in the command line, reading, > js-compiling, and (via some mechanism) sends JS to the other environment, > evaluates the JS in the env and prints the response. > > I don't have any experience building such a thing, but my (perhaps naive) > hope would be that if only I can provide the transport mechanism to/from > the environment, most of the additional work could be stolen from what has > already been built? > > Cheers, > - Karl > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
