Ken Tilton <kentilton@gmail.com> wrote:
+---------------
| Everyone knows how much I love Arc, I guess it has influenced my Lisp:
|
| (deftoc |Reducing|
| (category "Algebra I" "Fractions")
| (genner ... ))
+---------------
Heh! You missed an opportunity! If you compile (or load) this code
with READTABLE-CASE set to :INVERT, you can save two more characters: ;-}
(deftoc Reducing
(category "Algebra I" "Fractions")
(genner ... ))
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607