Hey guile-users,
I have just made a release of my app [1] which integrates a Guile
runtime -- since i received invaluable pointers from this mailing
list, i thought folks might be curious as to what i was building.
The app is called Spotiqueue, and it's a macOS-native client for
listening to
Cl well done !
I love to see Guile projects 😉
Le 18 septembre 2021 08:54:25 GMT+02:00, paul a écrit :
>Hey guile-users,
>
>I have just made a release of my app [1] which integrates a Guile
>runtime -- since i received invaluable pointers from this mailing
>list, i thought folks might be cur
really cool!
On Sat, Sep 18, 2021, 15:02 paul wrote:
> Hey guile-users,
>
> I have just made a release of my app [1] which integrates a Guile
> runtime -- since i received invaluable pointers from this mailing
> list, i thought folks might be curious as to what i was building.
>
> The app is ca
Justin Veilleux schreef op vr 17-09-2021 om 18:50 [-0400]:
> It works relatively well. However, I also wanted it to print a human
> readable version of the procedures created. (It is hard to tell whether
> # is a correct church encoding of the number 3)
> With a lot of fiddling, I managed to wri
Thanks a lot.
On September 18, 2021 10:47:56 a.m. EDT, Maxime Devos
wrote:
>Justin Veilleux schreef op vr 17-09-2021 om 18:50 [-0400]:
>> It works relatively well. However, I also wanted it to print a human
>> readable version of the procedures created. (It is hard to tell whether
>> # is a co
Il giorno sab, 04/09/2021 alle 15.35 +0200, Vivien Kraus via General
Guile related discussions ha scritto:
> Hello,
>
> Le samedi 04 septembre 2021 à 07:41 -0500, Tim Meehan a écrit :
> > I'd rather not compile anything in C, and just use the tools in
> > Guile to
> > interact with libgps. Is ther
Il giorno sab, 04/09/2021 alle 16.41 +0200, Damien Mattei ha scritto:
> hi,
>
> i have this macro:
>
> (define-syntax <+
> (syntax-rules ()
> ((_ var expr) (define var expr))
> ((_ err ...) (syntax-error "Bad <- form")) ;; does not work in
> infix !
> ))
>
> why my syntax-error pat
Il giorno gio, 02/09/2021 alle 22.06 +0200, Roel Janssen ha scritto:
>
> Or in this particular case, use the "add-to-load-path" procedure:
> https://www.gnu.org/software/guile/manual/html_node/Load-Paths.html
>
An example usage of "add-to-load-path" is avalilable in Haunt, the
static blog bu