On Tue, Sep 4, 2012 at 10:57 AM, Pierpaolo Bernardi <[email protected]> wrote:
>
> What is annoying is that char-numeric? and string->number are not compatible.

`char-numeric?` and `string->number` would not be "compatible" in the
sense you're thinking of, even with the change you mention.

For example:

-> (string->number "+i")
0+1i
-> (string->number "1#e4")
100000.0

-- 
sam th
[email protected]
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to