Changelog for Blisp:
-------------------

2002-06-07
    - Overhauled the quoting system!  No more of that
        LispList and isQuoted crap!  Introduced the
        'quote' macro.
        The old TODO entry:
        >- REVAMP THE QUOTING SYSTEM: add a 'quote' macro, and add a string-
        >    preprocessor that makes
        >        '( 1 2 3)
        >    into
        >        (quote (1 2 3))
        >
        >    This will totally eliminate the stupid-stupid-stupid isQuoted
        >    attribute of LispList, and eliminate the broken model of returning
        >    lisplists from EvalExpr that have isQuoted=true... yes, it will
        >    be a good thing indeed to get this done.  In fact, it'll obsolete
        >    LispList as a whole -- good riddance!

    - Objects.py is now empty, almost.
    - Trivial steps towards a better error framework
    

2002-05-31
    - Made the add function do arbitrary number of args
    - Updated TODO to what really needs to be done
