Re: browser lisp editor

2014-04-24 Thread Alan Moore
Nice... I like it. But, as you say, probably not for beginners. Alan On Wednesday, April 23, 2014 5:34:51 AM UTC-7, Evan Rowley wrote: > > I have one more suggestion that a friend of mine made to me. I was able to > run it but not actually use it due to a firewall issue. There is also a > depen

Re: browser lisp editor

2014-04-23 Thread Evan Rowley
I have one more suggestion that a friend of mine made to me. I was able to run it but not actually use it due to a firewall issue. There is also a dependency on Datomic, which can complicate things for a beginner. Despite that drawback, this browser-based coding environment does have some cool feat

Re: browser lisp editor

2014-04-22 Thread Brian Craft
Thanks everyone, this is very helpful. On Tuesday, April 22, 2014 6:53:45 AM UTC-7, Jony Hudson wrote: > > Codemirror is good too for this. > > http://codemirror.net > > > Jony > > > On Tuesday, 22 April 2014 05:30:23 UTC+1, Brian Craft wrote: >> >> Slightly off topic. >> >> Anyone know of a simp

Re: browser lisp editor

2014-04-22 Thread Paul Bostrom
I wrote a thin Om wrapper around CodeMirror with Clojure syntax support and paren matching: https://github.com/pbostrom/om-codemirror It uses a slightly outdated version of CodeMirror from Nov 2013 but it should be good enough to get started if you want to go that route. It includes two hotkeys:

Re: browser lisp editor

2014-04-22 Thread Jony Hudson
Codemirror is good too for this. http://codemirror.net Jony On Tuesday, 22 April 2014 05:30:23 UTC+1, Brian Craft wrote: > > Slightly off topic. > > Anyone know of a simple browser-based lisp editor that can be embedded in > a page? Indenting & matching parens would be sufficient. I don't nee

Re: browser lisp editor

2014-04-21 Thread Bruce Wang
Hi Brian, Try Ace (https://github.com/ajaxorg/ace) it has both Clojure and Lisp mode, should be enough for your requirements. Cheers, Bruce On Tue, Apr 22, 2014 at 2:30 PM, Brian Craft wrote: > Slightly off topic. > > Anyone know of a simple browser-based lisp editor that can be embedded in >

browser lisp editor

2014-04-21 Thread Brian Craft
Slightly off topic. Anyone know of a simple browser-based lisp editor that can be embedded in a page? Indenting & matching parens would be sufficient. I don't need evaluation. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, s