Re: a cookbook

2022-02-14 Thread Max Brieiev
Yes, this would be very helpful. In particular, it would be very helpful to have a step-by-step guide for a sample app, like a basic HTTP server, which would cover the following topics: 1. How do I set up the project from scratch? 2. What is recommended directory layout? 3. How do I manage projec

Re: a cookbook

2022-02-14 Thread Developers list for Guile, the GNU extensibility library
On Mon, 14 Feb 2022, Max Brieiev wrote: > Yes, this would be very helpful. > > In particular, it would be very helpful to have a step-by-step guide for > a sample app, like a basic HTTP server, which would cover the following > topics: > > 1. How do I set up the project from scratch? > 2. What is

Re: a cookbook

2022-02-14 Thread Vijay Marupudi
> Is there any interest/possibility to have such a cookbook hosted > within the Guile official documentation (as it is for Guix) ? I personally think that a Cookbook should be an independent effort, with links from the Guile Manual if possible. This would lighten the load on the maintainers, and a

Re: a cookbook

2022-02-14 Thread dsmich
> From: "Vijay Marupudi" > To: "Catonano", "guile-devel" > Subject: Re: a cookbook > > Is there any interest/possibility to have such a cookbook hosted > > within the Guile official documentation (as it is for Guix) ? > I personally think that a Cookbook should be an independent effort, > with >

Re: a cookbook

2022-02-14 Thread Vijay Marupudi
dsm...@roadrunner.com writes: > The Guile Manual is a Reference. Mainly a Reference. There are some > tutorial-like things in it, and some explanations, but not much. > > It really would be good to have more non-reference documentation. I fully agree, if possible, under the Guile documentation wo