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 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 atoms,
> lists, vectors, variables, structs or objects.
>
> classes and objects need to have a target class or struct references in a
> module for it to work
>
> This repository should be a safer option that a simple read/write
> serialization.
>
> For a small part of the API and a little example see README
>
> REPO:
> https://gitlab.com/tampe/stis-data
>
> A similar repo is
> https://gitlab.com/tampe/guile-persist
>
> That is more feature complete (includes serialisation of lambdas and
> continuations and whatnot) but is unsafe.

Reply via email to