Ask a Question related to Ruby, Design and Development.
-
Nikolai Weibull #1
[ANN] ruby-lisp-0.1
ruby-lisp-0.1 is Released!
==========================
I have just released the ruby-lisp module to the world. Check it out at
[url]http://rubyforge.org/project/showfiles.php?group_id=109[/url]
and get back to me if you have any comments. Thanks!
So what is ruby-lisp?
=====================
It is a module for implementing nice Lisp features for use in Ruby.
Currently the only sub-module that exists is Lisp::Format, which
implements Lisp's (format) function and its formatting language. For
people not familiar with this language, it is a very expressive
string formatting language, much like sprintf()'s, but much more
powerful. It allows for iteration, case conversion, conditionals, and
much more. If you have ever felt stupid while creating a string
iteratively, to print an array or some such, this is definitely for you!
Documentation
=============
There is extensive documentation, both of the implementation and how to
use the formatting language and its constructs, embedded in the source
using RDoc. To generate the documentation, simply run RDoc on
format.rb:
rdoc -T kilmer format.rb
(or skip the -T kilmer if you don't want that theme). RDoc can be found
at
[url]http://rdoc.sourceforge.net/[/url]
About the Release
=================
OK, so I threw this release together rather haphazardly, and there is no
README or ChangeLog or such included yet. This will be added in the 0.2
release. Please forgive me on this point.
nikolai
--
::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden :::
::: page: [url]www.pcppopper.org[/url] :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull Guest
-
[ba-rb] BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.
Count me in again, too. -- Jos Backus _/ _/_/_/ Sunnyvale, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ jos at... -
BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.
BA-rb (Bay Area Ruby language Users Group) is pleased to announce that it will begin meeting again. The topic for the first meeting will be a... -
Python syntax in Lisp and Scheme
Rene van Bevern <rvb@rvb.dyndns.org> wrote in message news:<slrnbnr2pu.1qe.rvb@negoyl.vb-network>... I can't remember how *exactly* I came to... -
[ANN] ruby-freedb, ruby-serialport, ruby-mp3info moved to Rubyforge
http://ruby-freedb.rubyforge.org/ http://ruby-serialport.rubyforge.org/ http://ruby-mp3info.rubyforge.org/ bye! --... -
[Q]Ruby LISP-ish stuff
Saluton! * Moses Hall; 2003-07-11, 23:45 UTC: This usually is called 'tail' while self is called 'head'. Gis, Josef 'Jupp' Schugt --



Reply With Quote

