[ANN] guile-wiredtiger 0.8.0

2019-05-16 Thread Amirouche
I am please to announce the release of guile-wiredtiger 0.8.0. You can find it at: https://framagit.org/a-guile-mind/guile-wiredtiger/ Or using my guix channel: $ cat ~/.config/guix/channels.scm (cons (channel (name 'amz3) (url "https://git.sr.ht/~amz3/guix-amz3-chann

Re: [ANN] guile-file-names 0.2

2019-05-16 Thread Mark H Weaver
Hi again, I wrote: > If you must override core procedures, then please use #:export and > #:replace in the 'define-module' form, and simply 'define' the new > binding in your module instead of using 'set!'. That way, the bindings > in (guile) will be left unchanged, and your new bindings will onl

Re: [ANN] guile-file-names 0.2

2019-05-16 Thread Mark H Weaver
Hi Brandon, Brandon Invergo writes: > I'm happy to announce the release of guile-file-names 0.2. > > The (file-names) module provides methods for manipulating file names. > Its design distinguishes between the human-friendly string format of > filenames ("/usr/bin/guile") and a more Scheme-frien

[ANN] guile-file-names 0.2

2019-05-16 Thread Brandon Invergo
Hello, I'm happy to announce the release of guile-file-names 0.2. The (file-names) module provides methods for manipulating file names. Its design distinguishes between the human-friendly string format of filenames ("/usr/bin/guile") and a more Scheme-friendly representation to take out all the l