unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* stis-data
@ 2020-02-11 22:16 Stefan Israelsson Tampe
  2020-02-11 22:28 ` stis-data John Cowan
  2020-02-11 22:34 ` stis-data Zelphir Kaltstahl
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Israelsson Tampe @ 2020-02-11 22:16 UTC (permalink / raw)
  To: Guile User

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-12 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 22:16 stis-data Stefan Israelsson Tampe
2020-02-11 22:28 ` stis-data John Cowan
2020-02-12 10:08   ` stis-data Stefan Israelsson Tampe
2020-02-11 22:34 ` stis-data Zelphir Kaltstahl
2020-02-12 10:07   ` stis-data Stefan Israelsson Tampe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).