[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PUSH-ONTO vs PUSH



        I agree  with  Chris.   If you are going to reverse the
        order of the arguments for PUSH then call it  something
        else --perhaps  even  something  that makes intuitional
        sense as well.  Perhaps  the  best  name  or  at  least
        the most  accurate  would  be  (CONS-ONTO!   list item)
        this lets its arguments follow the  order  conventions,
        is intuitive,  tells  what  the  actual process is, and
        uses the "!"  convention, which is such a  clever  idea
        anyway.
                                        --Dave
-------