Re: guile-json 2.0.0 released

2018-12-18 Thread rain1
On 2018-12-18 16:45, Ludovic Courtès wrote: Hello! Thanks for the new release! Aleix Conchillo Flaqué skribis: I was also thinking to look at "reader macros" I’d recommend against that: reader macros are global, so they could clash with unrelated bits of code, they are non-standard, and th

guile persist

2018-12-18 Thread Stefan Israelsson Tampe
Anouncement, version 0.1 of guile persist, https://gitlab.com/tampe/guile-persist This is a serialization library for serilizing objects like classes and objects, closures and structs. The tool is used by guile-log and python-on-guile in order to complete features like pickle support. This d

guix binary signature key expired

2018-12-18 Thread Vladimir Zhbanov
I've loaded binary guix 0.16 (the latest), its signature, and ran `gpg --verify' on it as explained here [1]. Here is the output I've got: ~ $ gpg --verify guix-binary-0.16.0.i686-linux.tar.xz.sig gpg: assuming signed data in 'guix-binary-0.16.0.i686-linux.tar.xz' gpg: Signature made Thu Dec 6 1

Re: guile-json 2.0.0 released

2018-12-18 Thread Aleix Conchillo Flaqué
On Tue, Dec 18, 2018 at 8:46 AM Ludovic Courtès wrote: > > I’d recommend against that: reader macros are global, so they could > clash with unrelated bits of code, they are non-standard, and they often > don’t buy you much. > > There are cases where having a shorthand, like #' or #~ in Guix makes

Re: Best practices for processing s-expressions representing configurations/DSLs

2018-12-18 Thread Ludovic Courtès
Hello, Stephen Scheck skribis: > When representing application configurations or DSLs as s-expressions, what > are common or best strategies for processing them? For example, here's an > excerpt I found of the Guix package definition DSL to study as a prototype: > > (package > (name "h

Re: guile-json 2.0.0 released

2018-12-18 Thread Ludovic Courtès
Hello! Thanks for the new release! Aleix Conchillo Flaqué skribis: > I was also thinking to look at "reader macros" I’d recommend against that: reader macros are global, so they could clash with unrelated bits of code, they are non-standard, and they often don’t buy you much. There are cases

Re: Using GUIX

2018-12-18 Thread 宋文武
Zelphir Kaltstahl writes: > Hello Guile Users, > > I recently managed to install GUIX package manager. Now I always get the > following warning, when I install any package: > > guix package -i hello > guix package: warning: Consider running 'guix pull' followed by > 'guix package -u' to get up-to

Re: Using GUIX

2018-12-18 Thread Catonano
Il giorno mar 18 dic 2018 alle ore 00:12 Zelphir Kaltstahl < zelphirkaltst...@gmail.com> ha scritto: > Hello Guile Users, > > I recently managed to install GUIX package manager. Now I always get the > following warning, when I install any package: > > guix package -i hello > guix package: warning: