ruby-lisp / 0.2.0
| Short description: | Library of functionality originating from the world of Lisp | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Language | |||||
| Status: | beta | |||||
| Created: | 2003-12-08 22:17:25 GMT | |||||
| Last update: | - | |||||
| Owner: | Nikolai Weibull (Projects of this owner) | |||||
| Homepage: | http://ned.rubyforge.org/ruby-lisp/ | |||||
| Download: | http://ned.rubyforge.org/ruby-lisp/ruby-lisp-0.2.0.tar.gz | |||||
| License: | LGPL | |||||
| Dependency: |
|
|||||
| Description: | ruby-lisp is a module 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! |
|||||