guile-devel
[Top][All Lists]
Advanced

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

Re: binary loadable files


From: Chris Cramer
Subject: Re: binary loadable files
Date: Tue, 30 Jan 2001 02:51:04 -0600
User-agent: Mutt/1.2.5i

On Tue, Jan 30, 2001 at 12:20:29AM -0500, Keisuke Nishida wrote:
> I'm considering how to store bytecodes in binary files.

> (Are there better names?)

>   ;; Write OBJ to PORT in the binary format
>   (dump OBJ [PORT])
> 
>   ;; Read an object from PORT in the binary format
>   (pull [PORT])

read-binary and write-binary would be better names IMO.  They would
be more consistent with read-line/write-line, read-char/write-char,
and read-delimited.

-- 
C. Ray C. aka Christopher Cramer
address@hidden
http://www.pyro.net/~crayc/



reply via email to

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