Re: REPL in a browser

2010-03-10 Thread Jeff Rose
> On Mar 7, 6:03 pm, Angel Java Lopez 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 * &g

Re: REPL in a browser

2010-03-09 Thread Jozef Wagner
at is missing IMO is clojure to javascript compiler. JW On Mar 7, 6:03 pm, Angel Java Lopez 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 > >

Re: REPL in a browser

2010-03-07 Thread Angel Java Lopez
There is a Clojure REPL in a browser implementation I know: http://lotrepls.appspot.com/ Project home http://code.google.com/p/lotrepls/ They support - beanshell * - clojure - groovy * - javascript * - python * - ruby * - scala * - scheme using Google App Engine as

REPL in a browser

2010-03-07 Thread Jozef Wagner
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): Runn