guile-devel
[Top][All Lists]
Advanced

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

Re: discussion: serialize procedures and continuations


From: Andy Wingo
Subject: Re: discussion: serialize procedures and continuations
Date: Sun, 23 Mar 2014 21:25:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

On Thu 15 Aug 2013 15:47, Chaos Eternal <address@hidden> writes:

> Hence, it is reasonable to expect a way to serialize the closures to
> disks and/or remote machines over network.

Agreed.  Guile 2.2's compiler might be able to do this, with some
modification -- take a closure and tree-shake out its dependencies,
packaged into an ELF image.  Similar to save-lisp-and-die in some ways.
But that's a bit expensive to do; there should probably be a way of
doing it at compile-time instead of at run-time.

Andy
-- 
http://wingolog.org/



reply via email to

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