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

[no subject]



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|)