Re: Recommended project structure

2023-06-09 Thread David Pirotte
> > That is pretty embarrassing mistake on my part, the link is: > > https://www.erikedrosa.com/2017/10/29/guile-projects-with-autotools.html Very good tutorial and project structure ... which you may 'complete' looking at some existing project(s) you 'like' ... Fwiw, guile-hall is another optio

Re: Recommended project structure

2023-06-09 Thread Nala Ginrut
Hi there! If you just want to get a quick start, I'd recommend guile-hall. And you may want to install Guix first. Best regards. On Fri, Jun 9, 2023, 06:44 wolf wrote: > Greetings, > > I am starting a small, personal project and I want to write it in GNU > Guile, > since I really like it so far

Re: [ANN] Guile-CoAP 0.1.0 released

2023-06-09 Thread Aleix Conchillo Flaqué
Nice! This is now available in Guile Homebrew ( https://github.com/aconchillo/homebrew-guile): brew tap aconchillo/guile brew install guile-coap Aleix On Fri, Jun 9, 2023 at 7:43 AM pukkamustard wrote: > > Hello Guilers, > > I'm happy to announce the initial release of Guile-CoAP > (0.1.0)

Re: Recommended project structure

2023-06-09 Thread Thompson, David
Hi! On Thu, Jun 8, 2023 at 6:44 PM wolf wrote: > > Greetings, > > I am starting a small, personal project and I want to write it in GNU Guile, > since I really like it so far. However, since one of the major goals is for > this to be a learning experience and doing it "the right way", I wanted t

Re: Recommended project structure

2023-06-09 Thread Olivier Dion via General Guile related discussions
On Fri, 09 Jun 2023, wolf wrote: > On 2023-06-08 23:33:47 -0400, Olivier Dion wrote: >> On Fri, 09 Jun 2023, wolf wrote: > That is pretty embarrassing mistake on my part, the link is: > https://www.erikedrosa.com/2017/10/29/guile-projects-with-autotools.html > . I had a quick look at it and I w

Re: [ANN] Guile-CoAP 0.1.0 released

2023-06-09 Thread Unstable Horse
On Fri, 2023-06-09 at 12:12 +, pukkamustard wrote: > > Hello Guilers, > > I'm happy to announce the initial release of Guile-CoAP > (0.1.0). Ooh, interesting. Added a reference to this on the wikipedia page: https://en.wikipedia.org/wiki/Constrained_Application_Protocol I didn't quite know

[ANN] Guile-CoAP 0.1.0 released

2023-06-09 Thread pukkamustard
Hello Guilers, I'm happy to announce the initial release of Guile-CoAP (0.1.0). Guile-CoAP is a Guile Scheme implementation of the Constrained Application Protocol (CoAP) as defined by RFC 7252. The source code is available on Codeberg: https://codeberg.org/eris/guile-coap CoAP is a general p

Re: Recommended project structure

2023-06-09 Thread wolf
On 2023-06-08 23:33:47 -0400, Olivier Dion wrote: > On Fri, 09 Jun 2023, wolf wrote: > > Greetings, > > > > I am starting a small, personal project and I want to write it in GNU Guile, > > since I really like it so far. However, since one of the major goals is for > > this to be a learning experi