[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-AI, (BUG LISPM) at MIT-AI
- From: Henry at MIT-AI (Henry Lieberman)
- Date: Thu ,29 Nov 79 01:41:00 EDT
Since the trivial case for LIST is
(LIST 'ONE-THING) is (ONE-THING)
I think the trivial case for LIST* should be
(LIST* '(ONE-THING)) is (ONE-THING)
rather than complaining when given less than two args.
Perhaps also
(LIST*) is NIL
These cases would make (APPLY 'LIST* ...) work out more nicely.