[plt-scheme] lambda-apply-values

From: Stephen De Gabrielle (spdegabrielle at gmail.com)
Date: Fri Nov 21 07:22:37 EST 2008

thanks for the good advice.

On Fri, Nov 21, 2008 at 12:15 PM, Noel Welsh <noelwelsh at gmail.com> wrote:

> Use structures and/or pattern matching (see match-lambda in
> particular).  Using lists as structures is, I think, quite bad
> practice.  You can get away with it for limited cases but it will bite
> you in the arse if you change the data format


tell me about it!


> N.
>
> On Fri, Nov 21, 2008 at 12:07 PM, Stephen De Gabrielle
> <spdegabrielle at gmail.com> wrote:
> ...
> > something I seem to often do is use list as structures, (and have lists
> of
> > these)
> ...
>



-- 
Cheers,

Stephen

--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20081121/000e51f6/attachment.html>

Posted on the users mailing list.