[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46846: [PATCH] gnu: Add guile-cbor.
From: |
Ludovic Courtès |
Subject: |
bug#46846: [PATCH] gnu: Add guile-cbor. |
Date: |
Mon, 01 Mar 2021 17:45:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi,
pukkamustard <pukkamustard@posteo.net> skribis:
> * gnu/packages/guile-xyz.scm (guile-cbor): New variable.
Applied, thanks!
I had a quick look at the code. It’s convenient to have a
Guile-JSON-like interface. OTOH, CBOR lends itself well to more
efficient implementations, à la Bytestructures; I wonder if there could
additionally be a syntactic layer that would generate specialized
serializers/deserializers. Thoughts?
Ludo’.