From ... From: Erik Naggum Subject: Re: String to real Date: 2000/06/09 Message-ID: <3169497633588180@naggum.no>#1/1 X-Deja-AN: 632834696 References: <393FDD06.ED9BCA0C@nexo.es> <394023E8.28642DC7@worldnet.att.net> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 960509028 27196 195.0.192.66 (9 Jun 2000 00:03:48 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 Mime-Version: 1.0 NNTP-Posting-Date: 9 Jun 2000 00:03:48 GMT Newsgroups: comp.lang.lisp * Howard Ding | Anyway, there appears to be a Lisp implementation of parse-float at | the CMU repository: Since the correctness of parsing floating point numbers depends heavily on other parts of the implementation, I consider using a third-party float-parser very, very risky. It's safer to use a foreign function call to C than to assume you have sufficient control over the representation in Common Lisp to piece together a floating point number. And remember print-read consistency! #:Erik -- If this is not what you expected, please alter your expectations.