mit-scheme-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-users] Large integers


From: Chris Hanson
Subject: Re: [MIT-Scheme-users] Large integers
Date: Wed, 7 Nov 2018 17:14:59 -0800

Interesting. This works fine when run in a terminal but not in Edwin.

I suspect this has something to do with recent changes to threading in Edwin.

Matt, any ideas?

On Wed, Nov 7, 2018 at 6:10 AM David Gray <address@hidden> wrote:
as per instructions, bug finding:
The old system 9.2 let you do stupid things like
(/ (expt 2 10000000000) (expt 2 10000000000))
and you would get a warning about running out of memory.
In 10.2.1 in just hangs (the REPL:listen in edwin doesn't
change to REPl:eval) and according to my process monitor on OSX
the cpu is churning away at 100%.



_______________________________________________
MIT-Scheme-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/mit-scheme-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]