[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Reader hacks, whitespace algorithm
- To: NGALL%BBNG.ARPA@SCORE
- Subject: Reader hacks, whitespace algorithm
- From: Rem@IMSSS
- Date: Sun, 29 Dec 1985 21:17:00 -0000
- Cc: COMMON-LISP%SU-AI@SCORE
It doesn't matter if your algorithm is inefficient, because it has
to be run only once per different character, after which the results
can be kept in a lookup table or as properties hanging off the character
objects. Therefore if the algorithm works at all, I think you have
solved the problem at hand, and since it's portable there's no urgency
to put your algorithm in the CLtL manual, the yellow pages will suffice.
<opinion of REM>
-------