unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Why 3 different evaluators?
@ 2011-11-16  5:00 rixed
  2011-11-16  9:31 ` Andy Wingo
  0 siblings, 1 reply; 8+ messages in thread
From: rixed @ 2011-11-16  5:00 UTC (permalink / raw)
  To: guile-user

According to the doc, guile currently maintain 3 evaluators:

- the new VM
- an evaluator written in scheme
- the old C evaluator, used for bootstrapping the compiler.

That's a lot of code just to bootstrap the compiler.  Why not bootstrapping the
compiler from either previous installed guile or (as fall-back) some provided
.go bytecode instead? Wouldn't that make guile code significantly simpler to
maintain and faster to compile?




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

end of thread, other threads:[~2012-01-09 22:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16  5:00 Why 3 different evaluators? rixed
2011-11-16  9:31 ` Andy Wingo
2011-11-16 10:17   ` rixed
2011-11-16 18:48     ` Andy Wingo
2011-11-16 19:05       ` rixed
2011-11-16 19:43       ` Mike Gran
2011-11-17  5:29         ` rixed
2012-01-09 22:16           ` Andy Wingo

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