Re: code critique
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 18:40:32 +0200
Richard M Kreuter <kreuter@xxxxxxxxx> writes:
Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx> writes:
For the other characters in the ASCII character set, you'll need to
resort to implementation-dependent details.
There are NO other character in the ASCII character set.
There are a few control codes in the ASCII codes.
While one could define the term "character" in ways that would make
your sentences either true or interesting, ANSI Common Lisp clearly
classifies as characters a handful of entities that you're
discounting: Backspace, Tab, Linefeed, Page, Return, and Rubout.
Yes, and interestingly, there's not a 1-1 correspondance between some
of these "characters" and the ASCII codes used to represent them,
since the #\newline "character" can correspond to a sequence of TWO
ASCII codes: #(13 10).
--
__Pascal Bourguignon__ http://www.informatimago.com/
NOTE: The most fundamental particles in this product are held
together by a "gluing" force about which little is currently known
and whose adhesive power can therefore not be permanently
guaranteed.
.
- Follow-Ups:
- Re: code critique
- From: Richard M Kreuter
- Re: code critique
- References:
- code critique
- From: Daniel Leidisch
- Re: code critique
- From: Richard M Kreuter
- Re: code critique
- From: Daniel Leidisch
- Re: code critique
- From: Richard M Kreuter
- Re: code critique
- From: Pascal Bourguignon
- Re: code critique
- From: Richard M Kreuter
- code critique
- Prev by Date: Re: Why I love Common Lisp : power! power! power!
- Next by Date: Re: About Arc
- Previous by thread: Re: code critique
- Next by thread: Re: code critique
- Index(es):
Relevant Pages
|