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

Re: Masinter's remarks on #,



While READ is many-to-one, most of the identifications are merely syntactic;
that is (x . (a b c)) and (x a b c) really are the same program fragment
as far as program semantics go, while #,X and 3  (when X=3) are semantically
different.

One test for the distinction between syntactic and semantic macro characters is
whether READ = READ-PRINT-(new environment)-READ. The difficult cases then
remain #+ #- #.  and #,. 

Larry