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

[no subject]



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.