[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: NIL-I at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Sun, 13 Apr 80 04:30:00 GMT
- Cc: (BUG LISP) at MIT-MC, EJS at MIT-MC
- Original-date: 12 APR 1980 2330-EST
I've added a "NAMESTRING" method for strings in the new
super-winning maclisp string package, so that on the next
reassembly of lisp, we can have the I/O routines send
a NAMESTRING message to a random extended datum, and hopefully
come back with a symbol, which would be treated just as if
the symbol were directly handed in. E.g.,
(LOAD "rjf;some file") === (LOAD '|rjf;some file|)