![](https://secure.gravatar.com/avatar/e30bc676ee7d74ff2b67b431353a8ab8.jpg?s=120&d=mm&r=g)
17 Jul
2008
17 Jul
'08
9 a.m.
Troels Henriksen <athas@sigkill.dk> writes:
"Tobias C. Rittweiler" <tcr@freebits.de> writes:
I'm thinking of splitting out, and extending the lambda-list stuff into a standalone library. Now I wonder why all the lambda-list relevant classes only define reader methods for their slots. Is there some intentional purpose behind this functional design, or is it just this way because of KISS and YAGNI?
I like immutable data structures for this kind of stuff. The lambda list frobbing interface is loosely based on CL pathnames.
How can you currently rename a parameter in a lambda-list? -T.