ecraven / r7rs-benchmarks

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

Disable colon for keywords in STklos #72

Closed jpellegrini closed 3 months ago

jpellegrini commented 3 months ago

By default STklos will recognize '|: as a keyword, not the symbol |:|. so we disable keywords (since they're not standard and not used in the benchmarks anyway).

This makes STklos finish the 'dynamic' benchmark.

ecraven commented 3 months ago

Thanks for this!