[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
format of (status features)
- To: BUG-LISP at MIT-ML, BUG-LISPM at MIT-ML
- Subject: format of (status features)
- From: Glenn S. Burke <GSB at MIT-ML>
- Date: Fri, 19 Oct 79 01:34:00 GMT
- Cc: BSG at MIT-ML
- Original-date: 18 October 1979 21:34-EDT
The maclisp manual claims that (car (last (status features))) is
the implementation name. I have also been under the impression
that (cadr (reverse (status features))) was itself significant, ie
the "machine identifier" or somesuch (eg "ML"), but i don't have
an old manual handy to see if it actually claims this. I see however
that multics maclisp now has "Maclisp" as the last element, and the
lisp machine uses neither of those last elements. It would be kind
of nice if these items could be found by some means other than
enumeration.
ITS people: Can't there be some hack so that the machine name
will be correct if a dumped lisp is transported? Like making the last
two cons cells pure, so that SHAREP will make it be correct?