From ... From: Erik Naggum Subject: Re: Simple binary I/O question Date: 1999/03/24 Message-ID: <3131271135046431@naggum.no>#1/1 X-Deja-AN: 458371325 References: <36F7ACCD.B3ABE6B8@innerworkings.co.uk> <3131225340246095@naggum.no> <36F8BEC4.1D62037B@innerworkings.co.uk> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Ewan Dennis | I'm talking to the rest of the world, I'm afraid. My LISP code is not | running on its own. then there are two options: (1) realize that you will never have portable CL code if it tries to write out bytes from memory, anyway, and then just do it, or (2) use a foreign function to do it for you and call it with the floating point values. option (2) is probably a lot easier if you don't like to experiment with system internals. #:Erik