[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make-list-reader
- To: Hodgkinson@YALE.ARPA
- Subject: make-list-reader
- From: Jonathan A Rees <JAR@MIT-MC>
- Date: Thu ,21 Mar 85 16:33:00 EDT
- Cc: T-Users@YALE.ARPA
- In-reply-to: Msg of Mon 18 Mar 85 00:16:29 EST from John Hodgkinson <Hodgkinson at YALE.ARPA>
Users of T 2.8 ought to keep a copy of the T 2.8 release notes handy.
The major incompatible change in T 2.8 was that read-macro procedures
now take three arguments instead of just two. The first two are the
same, and the third is a read table which you can pass on to READ-OBJECT
if you so desire. This change was necessary in order for read syntax
scoping to work correctly.
Jonathan