guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile persist


From: Stefan Israelsson Tampe
Subject: guile persist
Date: Tue, 18 Dec 2018 21:07:33 +0100

Anouncement, version 0.1 of guile persist,

     https://gitlab.com/tampe/guile-persist

This is a serialization library for serilizing objects like classes and objects, closures and structs.
The tool is used by guile-log and python-on-guile in order to complete features like pickle 
support. This does not support serilizing continuations or delimeted continuations currently.
This library is a hack and introduce dangerous ideoms. Use it with care.

The main reason for this library is to not demand guile-log  for compiling python-on-guile. But
as always any happy hacker needs satisfied is an added bonus.

Have fun!

Stefan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]