[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ANN: Relisp 1.0.0 (rubyfied emacs lisp

Don March

5/5/2009 6:48:00 PM

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-rubyfied-e...
* Documentation: http://relisp.ruby...
--
Posted via http://www.ruby-....