|
From: | Chris Hanson |
Subject: | Re: [MIT-Scheme-users] Large integers |
Date: | Wed, 7 Nov 2018 17:14:59 -0800 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |