ecraven / r7rs-benchmarks

Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
270 stars 32 forks source link

Fix Gerbil postlude #29

Closed vyzo closed 6 years ago

vyzo commented 6 years ago

Only import gerbil-version-string; the full gerbil/core import shadows r7rs prelude symbols.

ecraven commented 6 years ago

Thanks ;)