Hi Stefan!
Would this be a good option for a binary format for transmission of data
over network, or is there anything, that would make it less suitable for
such purpose?
Regards,
Zelphir
On 2/11/20 11:16 PM, Stefan Israelsson Tampe wrote:
> HI,
>
> I just want to announce my pure guile safe ser
Please document the binary format so that it is possible to write code in
non-Guile (other Schemes or anything else) that can interoperate with it.
On Tue, Feb 11, 2020 at 5:16 PM Stefan Israelsson Tampe <
stefan.ita...@gmail.com> wrote:
> HI,
>
> I just want to announce my pure guile safe serial
HI,
I just want to announce my pure guile safe serialiser that serialises and
deserialise guile datastructures to a byte format. It can either keep the
data compressed more or less and by default the original datastructure is
perfectly represented. It can represents all datastructures that are ato
This error is fixed in repository
/Stefan
On Tue, Feb 11, 2020 at 8:17 AM david larsson
wrote:
> On 2020-02-10 21:11, Stefan Israelsson Tampe wrote:
> > I have now added the bytes constructor that was not working.
>
> Thanks!
>
> >
> > To compile from source please try use the git repository at:
Good that you are trying end test it for guile 2.2, there is a missing part
in a cond-expand e.g. code that expands differently for different versions.
I am currently at guile 3.0.0 . I'll fix it when I get home tonight.
Regards
Stefan
On Tue, Feb 11, 2020 at 8:17 AM david larsson
wrote:
> On 2