ANN: Relisp 1.0.0 (rubyfied emacs lisp)

D

Don March

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-emacs-lisp/
* Documentation: http://relisp.rubyforge.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top