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)
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.