Welcome to the CHICKEN Scheme pasting service
out of memory report added by arthurmaciel on Sat Jan 7 22:39:09 2017
In Python: $ python t.py Traceback (most recent call last): File "t.py", line 6, in <module> l = list(range(0, 100000000)) MemoryError In CHICKEN 4.11.0 (rev ce980c4) : #;1> (use srfi-1) #;2> (define n (iota 100000000)) [panic] out of memory - heap full while resizing - execution terminated <syntax> <syntax> <syntax> <eval> <-- Process scheme exited abnormally with code 1