[cdr-discuss] Three RFCs

Edi Weitz edi at agharta.de
Tue Mar 18 11:16:49 UTC 2008


On Tue, 18 Mar 2008 11:08:45 +0100 (CET), "Leslie P. Polzer" <leslie.polzer at gmx.net> wrote:

>> (my-case (thing :test 'foo)
>>   (<case1> <form1>)
>>   ...
>>   )
>
> Yes, something like that.  Of course, the best solution would
> consist of being able to say just
>
> (case thing :test #'equal
>   (<case1> <form1>)
>   (...))

Why "of course"?  If you think that brevity is the most important
thing and parentheses have to be avoided at any cost, then maybe.
Other than that, I think that

  (case (thing :test 'foo)
    (etc...

is easier to understand and read.

Edi.



More information about the cdr-discuss mailing list