From: Pistos Christou Date: 2006-05-04T12:26:36+09:00 Subject: Re: Ruby & Emacs Eric Armstrong wrote: > Ruby is Lisp-like...Emacs is based on Lisp... > There really ought to be an editor based on Ruby... > > ...it could start with new user interface semantics > that adhere to the standards that have evolved > over the last 35 years > > ...that would make it easy to use right from the start > > ...it could use Ruby, and be extended with Ruby, so > it could be customized and evolved using the > rather terrific language that Ruby is Hm. There _are_ editors that can be scripted and extended in Ruby. As someone else mentioned, FreeRIDE. But I hear/see that vi(m) can also be driven by Ruby. Diakonos is still young and fledgling, but it is almost fully scriptable in Ruby; that is, if you can press a key to do a certain function, then you can also call that function in a Ruby script. Pistos -- Posted via http://www.ruby-forum.com/.