guile-devel
[Top][All Lists]
Advanced

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

Re: Guile Binary Format 0.1


From: Michael Livshin
Subject: Re: Guile Binary Format 0.1
Date: 06 Feb 2001 02:42:57 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Crater Lake)

Keisuke Nishida <address@hidden> writes:

> I thought the following code does not work
> 
>       /* Undump a cell */
>       SCM_NEWCELL (obj);
>       scm_restore_object (&SCM_CDR (obj), dstate);
>       scm_restore_object (&SCM_CAR (obj), dstate);
> 
> but actually, it works...  Isn't this dangerous?

why would it be dangerous?

> Yes, I'll create a table that maps stored typecodes to real tc
> values.

by name?

-- 
I think we might have been better off with a slide rule.
                -- Zaphod Beeblebrox




reply via email to

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