In Python: $ python t.py Traceback (most recent call last): File "t.py", line 6, in 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 <-- Process scheme exited abnormally with code 1