Re: Symbol clashes: how to avoid them. Part 2



budden wrote:
- every independent expert would say very definitely that a.b.c is
much easier to read that (c-of (b-of a)). Don't even say about (slot-
value (slot-value a 'b) 'c). I showed my lisp sources printed to my

If you like the dot syntax, why don't you write a reader macro for it ?
Or maybe as an easier first step, a macro like this : (dots a b c).

Sacha
.