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

Re: characters



Properties aren't the only way to associate information with an object.  The
usual way to do it with characters is by means of an array indexed by the
fixnum representation of the character.  This has many advantages over property
lists, including it being easier to do something for all the characters with a
simple DOTIMES.