From: Greg Buchholz
Subject: Reading binary 32bit floats
Date: 
Message-ID: <1179198598.652316.193300@q75g2000hsh.googlegroups.com>
    What's the "Right Way" to read a binary file of 32-bit single
precision IEEE754 floats and put them into an unboxed 2D (10000 x
10000) array.

Portability would be nice, but I'm currently using SBCL and CLisp on
x86 Win32.

Thanks,

Greg Buchholz
From: ·············@gmail.com
Subject: Re: Reading binary 32bit floats
Date: 
Message-ID: <1179199250.686401.131770@k79g2000hse.googlegroups.com>
On May 14, 10:09 pm, Greg Buchholz <················@yahoo.com> wrote:
>     What's the "Right Way" to read a binary file of 32-bit single
> precision IEEE754 floats and put them into an unboxed 2D (10000 x
> 10000) array.
>
> Portability would be nice, but I'm currently using SBCL and CLisp on
> x86 Win32.
>
> Thanks,
>
> Greg Buchholz

I wrote something along these lines couple of months ago, I believe
this code is available from nlisp.info website as part of nlisp
distribution.

There is also this project:
http://common-lisp.net/project/ieee-floats/