Hi, I'm wondering how hard it would be to make a clojure REPL accessible from a browser. Something like at http://www.simplyscala.com/
Some approaches I have thought of: a) Java Applet Downsides: need to have Java 1.6 enabled in a browser, less cool visual presentation :) Upsides (for some): Running locally on a client b) REPL on a server with javascript frontend UI would be handled with the javascript and the client would send inputs to the REPL sitting on the server. Downsides: Bigger load on the server, needs to secure the underlying JVM, so the users cannot access everything through the REPL. c) Clojurescript (running clojure REPL on top of the javascript) Is it even possible? Don't know what is the state of the clojurescript. This approach could be implemented so that REPL would run either on a client or on the server I think Any thoughts? Best, JW -- 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