ecraven / r7rs-benchmarks

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

Try this GambitC-prelude.scm #4

Closed gambiteer closed 8 years ago

gambiteer commented 8 years ago

It allows more programs to actually compile and run:

https://gist.github.com/gambiteer/03f2d16f3ca6e76489da70b4bed71984

ecraven commented 8 years ago

Thank you very much, merged :)

Hamayama commented 6 years ago

;; TODO: load syntax-case here, to get syntax-rules. ;; google says (load "~~/syntax-case"), but that doesn't work on my machine :-/

For the above comment, the following might be valid ( 'lib' is added ). (load "~~/lib/syntax-case.scm")