guile-devel
[Top][All Lists]
Advanced

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

Re: guile-vm 0.4


From: Rob Browning
Subject: Re: guile-vm 0.4
Date: 09 Apr 2001 20:50:35 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Keisuke Nishida <address@hidden> writes:

> Right.  Fixed in CVS.  Thanks!

Looks like there's a typo in save-dumpcode: s/bytes/dump/

  (define (save-dumpcode dump file)
    (call-with-output-file file
      (lambda (out) (uniform-vector-write dump out))))

> (I'm trying to compile SLIB right now.  Many files (but not all)
> can be compiled, but the VM crashes when I load them.  Should be
> fixed in a few days.)

Great.  I'd love to give that a try.

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

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