lisp.rb

Path: lib/facets/more/lisp.rb
Last Update: Sat Sep 20 13:22:49 +0000 2008

lisp.rb

Copyright (C) 2003 Florian Frank

  Ruby License

  This module is free software. You may use, modify, and/or redistribute this
  software under the same terms as Ruby.

  This program is distributed in the hope that it will be useful, but WITHOUT
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  FOR A PARTICULAR PURPOSE.

Author(s)

  • Florian Frank

Developers Notes

  TODO Changed the name of Pair class to DottedPair (good change?)
       and then added a new method #pair! which converts an array
       to a DottedPair. This is then used in #car and
       #cdr to automatically convert arrays passed to 'em.
       There may be other places that #pair! conversion is needed.

[Validate]