Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > ANN: Relisp 1.0.0 (rubyfied emacs lisp)

Reply
Thread Tools

ANN: Relisp 1.0.0 (rubyfied emacs lisp)

 
 
Don March
Guest
Posts: n/a
 
      05-05-2009
This purpose of Relisp is to:
* call Ruby from Emacs
* call Elisp from Ruby
* manipulate Emacs without using Elisp to some extent (Ruby wrappers
around some Elisp functions and objects)
* reduce the number of blog entries titled “Is Ruby an acceptable Lisp?”
and flame wars under the title “ruby vs. lisp vs. scheme vs. haskell vs.
…”

Wouldn’t it be nice to have a Ruby interface to things like buffers,
windows and frames? Yes. Yes it would:

new_buffer = Relisp::Buffer.new("name_of_new_buffer")
new_buffer.switch_to
Relisp::Frame.new({:width => 80, :height => 20, :name => "ruby
frame"})

For more examples and details, see
* Original blog post:
http://ohspite.net/2009/01/30/relisp...ed-emacs-lisp/
* Documentation: http://relisp.rubyforge.org/
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble running Emacs-EPL (to run perl in emacs). Adam Funk Perl Misc 4 01-29-2007 10:42 AM
emacs vhdl-mode Rick Jackson VHDL 10 11-30-2005 12:09 PM
Debugging with emacs? Charles Fox Java 6 05-25-2004 03:00 PM
unix emacs yvind Java 8 01-25-2004 05:03 PM
E language mode for Emacs Arvind Kumar VHDL 2 08-20-2003 12:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57