Scheme Cookbook
Lassi Kortela
(29 Apr 2019 18:45 UTC)
|
Re: Scheme Cookbook
Lassi Kortela
(29 Apr 2019 18:46 UTC)
|
Re: Scheme Cookbook
Frank Ruben
(29 Apr 2019 19:26 UTC)
|
Re: Scheme Cookbook Lassi Kortela (29 Apr 2019 20:36 UTC)
|
Fwd: Re: Scheme Cookbook
Frank Ruben
(08 May 2019 19:55 UTC)
|
Re: Fwd: Re: Scheme Cookbook
Lassi Kortela
(08 May 2019 21:29 UTC)
|
Re: Scheme Cookbook
Lassi Kortela
(02 May 2019 17:04 UTC)
|
Re: Scheme Cookbook
Arthur A. Gleckler
(02 May 2019 18:38 UTC)
|
Re: Scheme Cookbook
Lassi Kortela
(03 May 2019 14:03 UTC)
|
Re: Scheme Cookbook Lassi Kortela 29 Apr 2019 20:36 UTC
Thanks, these are excellent links! I'll study them. A lot of people have far-reaching personal collections of Scheme libraries. They appear to be surprisingly high quality as well. We should probably do a systematic survey of them and find out if there are useful libraries that haven't yet been added to package managers. slib has been widely packaged and Akku has spells/xitomatl, but not sure about others. > * If you're searching more generally for Scheme best practices, I > don't have any links I was thinking it would be good to have a traditional cookbook of simple things for people who don't have years of experience (pretty basic stuff like how to work with hash tables or byte ports, or file system or date and time stuff). For Scheme this would be especially useful since we have more than one standard and lots of implementations. So it could show how to do the same task in different implementations. Kind of like Rosetta Code (<http://rosettacode.org/>) but covering Scheme only. > I like to read through the SRFI implementations, because that's often so beautiful code. That's a good point :) I hadn't thought of them from that perspective.