Re: [ANN] Gash 0.1 released

2019-06-01 Thread Jeremy Korwin-Zmijowski
Le samedi 01 juin 2019 à 14:53 -0400, Timothy Sample a écrit : > Hi all, > > I am very pleased to announce that Gash version 0.1 has been > released. > This is the very first release, but it represents 569 commits from > three > authors over the course of three years. > > About > = > > Gash

[ANN] Gash 0.1 released

2019-06-01 Thread Timothy Sample
Hi all, I am very pleased to announce that Gash version 0.1 has been released. This is the very first release, but it represents 569 commits from three authors over the course of three years. About = Gash is a POSIX-compatible shell written in Guile Scheme. It provides both the shell

Using UNIX sockets

2019-06-01 Thread Zelphir Kaltstahl
Hi Guile users! I am currently trying to communicate with a UNIX socket (UNIX socket of Docker) using Guile. Here is what I have so far: (use-modules (ice-9 iconv)) (define* (connect-to-docker-socket #:key (socket-path "/var/run/docker.sock")) (let ([sock (socket PF_UNIX SOCK_STREAM 0)])

Re: [ANN] guile-gi v0.0.1 released

2019-06-01 Thread Jan Nieuwenhuizen
Mike Gran writes: > Hello. I am announcing guile-gi v0.0.1. Wow, congrats! And thanks! > guile-gi is a library that autogenerates Guile bindings for GObject > libraries that provide typelib files. I've created a package description for Guix (see attached), with some patches (also attached).