[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 Lieberman <Henry at MIT-AI>
- Date: Thu, 29 Nov 79 05:41:00 GMT
- Original-date: 29 November 1979 00:41-EST
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.