Note that guile 2.0.11 also gives strange results for large negative exponents:
scheme@(guile-user)> (string->number "1e-400")ERROR: In procedure
string->number:ERROR: In procedure string->number: Value out of range: -400
For comparison, in Scheme 48 1.9
(string->number "1e-400") => 0.0
(string-
Package: guile
Hello!
guile-2.0 currently fails to build from source on the Debian SH4
architecture since one of the tests of the test suite fails:
ERROR: posix.test: affinity: setaffinity - arguments: ((system-error
"setaffinity" "~A" ("Function not implemented") (38)))
I am not absolutely sur