Emilio Lopes <eclig@gmx.net> writes:
> As stated in the subject line:
>
> Welcome to scsh 0.6.7 (R6RS)
> Type ,? for help.
> > (string->number "1e2")
> #f
>
> This particular example comes from R5RS [1].
>
> But:
>
> > (string->number "1.e2")
> 100.
>
> The patch bellow, taken verbatim from Scheme48, seems to fix this
> problem. [...]
Will apply, thanks!
Note that there are many other problems in the flonum code, most of
which have been fixed in Scheme 48. We probably won't apply them all
(in the hope of getting scsh synched with Scheme 48 sooner rather than
later) unless somebody asks for specific issues to be fixed.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
|