unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Ideas
@ 2003-05-23 22:18 Jonathan Bartlett
  2003-06-01 21:18 ` Ideas Marius Vollmer
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Bartlett @ 2003-05-23 22:18 UTC (permalink / raw)


I'm new to the list.  Here are some ideas that I have thought about
implementing if I have the time, but I thought I'd share them here in case
I'm way off-base.

1) A Guile dump()-type function

In order to get compile-time evaluation / run-time evaluation separation,
as well as to make executables work without the GUILE runtime, I was
thinking about implementing a dump/undump mechanism for GUILE.

Basically, have a procedure called (end-compile-time-evaluation)
which would do the following:

  * Save the current continuation in a variable
  * Set a global variable restart_from_continuation
  * call dump()

Then, it would be undumped into a regular executable.  The only change to
guile itself would be to check the restart_from_continuation variable when
starting and call the continuation if it is not null.

This would give the following advantages:

  * Guile would not have to be distributed w/ the app
  * Apps wouldn't have to wait for modules to load before starting, if
they load them before calling (end-compile-time-evaluation)
  * No initialization would be necessary
  * You can do real compile-time programming.

Anyway, it's something I've been thinking about working on, let me know if
I'm wrong-headed or someone has a better idea.

Jon




_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

* Re: Ideas
  2003-05-23 22:18 Ideas Jonathan Bartlett
@ 2003-06-01 21:18 ` Marius Vollmer
  2003-06-01 21:46   ` Ideas Jonathan Bartlett
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Vollmer @ 2003-06-01 21:18 UTC (permalink / raw)
  Cc: guile-devel

Jonathan Bartlett <johnnyb@eskimo.com> writes:

> Basically, have a procedure called (end-compile-time-evaluation)
> which would do the following:

You might want to check out this 

  http://www-dt.e-technik.uni-dortmund.de/~mvo/guile-unexec.tar.gz

It's very old and unmaintained but i might give you some hints.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

* Re: Ideas
  2003-06-01 21:18 ` Ideas Marius Vollmer
@ 2003-06-01 21:46   ` Jonathan Bartlett
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Bartlett @ 2003-06-01 21:46 UTC (permalink / raw)
  Cc: guile-devel

Thanks for the code! I'll take a look at it.

Jon

On 1 Jun 2003, Marius Vollmer wrote:

> Jonathan Bartlett <johnnyb@eskimo.com> writes:
>
> > Basically, have a procedure called (end-compile-time-evaluation)
> > which would do the following:
>
> You might want to check out this
>
>   http://www-dt.e-technik.uni-dortmund.de/~mvo/guile-unexec.tar.gz
>
> It's very old and unmaintained but i might give you some hints.
>
> --
> GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405
>



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2003-06-01 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 22:18 Ideas Jonathan Bartlett
2003-06-01 21:18 ` Ideas Marius Vollmer
2003-06-01 21:46   ` Ideas Jonathan Bartlett

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).