Re: stis-data

2020-02-12 Thread Stefan Israelsson Tampe
k >> >> 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. >> >

Re: stis-data

2020-02-12 Thread Stefan Israelsson Tampe
cts 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

Re: stis-data

2020-02-11 Thread Zelphir Kaltstahl
e 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.

Re: stis-data

2020-02-11 Thread John Cowan
tors, 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 s

stis-data

2020-02-11 Thread Stefan Israelsson Tampe
: 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.