[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DIGIT-WEIGHT/DIGITP and funny input bases
- To: GSB at MIT-ML
- Subject: Re: DIGIT-WEIGHT/DIGITP and funny input bases
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Tue ,7 Oct 80 18:17:00 EDT
- Cc: LISP-FORUM at MIT-MC
Date: 7 October 1980 16:08-EDT
From: Glenn S. Burke <GSB at MIT-ML>
Date: 7 October 1980 04:26-EDT
From: Robert W. Kerns <RWK at MIT-MC>
A parser would collect digits and pass them off to INPUT-FIXNUM
when it got them all. I don't see any reason right off why
anybody would really want to deal with the individual weights of
individual characters. Does anybody have any examples where you
would?
Ok, the next version of FORMAT will autoload optimal strings so it
can "parse" the parameters.
How is this an example? Those digits represent numbers, I claim you don't care
at all about the weights of the individual characters, you care about the
number that the sequence of digits represent!