On Wed, 16 Mar 2005, Nicolas Neuss wrote:

> for the purpose of exchanging binary data with external tools, I would be
> interested in some method for writing out uniform arrays of integers and
> double-float numbers to a binary stream.  Is there some (CMUCL-specific)
> command for doing this, i.e. some analogue to fread and fwrite in C?

Why don't you just alien-funcall fread/fwrite from CL?

-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)


Reply via email to