justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
823 stars 42 forks source link

make-list consumes all available memory #467

Closed justinethier closed 3 years ago

justinethier commented 3 years ago

The following expression is invalid, yet when executed it consumes all available memory:

(make-list -2)