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
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
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
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
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
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
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
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: