Thank you. They seem to use java to generate (with GWT) both client-side html and javascript, and server-side REPL. Nice approach.
I'm looking forward to the day when one will be able to do all that only with clojure :) We already have a nice clojrue web frameworks, so the only thing that is missing IMO is clojure to javascript compiler. JW On Mar 7, 6:03 pm, Angel Java Lopez <ajlopez2...@gmail.com> wrote: > There is a Clojure REPL in a browser implementation I know: > > http://lotrepls.appspot.com/ > > Project homehttp://code.google.com/p/lotrepls/ > > They support > > - beanshell * > - clojure > - groovy * > - javascript * > - python * > - ruby * > - scala * > - scheme > > using Google App Engine as backend > > Angel "Java" Lopezhttp://www.ajlopez.comhttp://twitter.com/ajlopez > > > > On Sun, Mar 7, 2010 at 7:18 AM, Jozef Wagner <jozef.wag...@gmail.com> wrote: > > Hi, > > > I'm wondering how hard it would be to make a clojure REPL accessible > > from a browser. Something like athttp://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<clojure%2bunsubscr...@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 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