[ prog / sol / mona ]

prog


How do the various compiled Schemes compare?

3 2024-06-10 15:20

Apparently Racket has used the Chez incremental compiler since v8.0. Racket's profiler can be imported with (require profile) and Guile's is (use-modules (statprof)), haven't found something similar for Gambit so far besides `gsc` taking a `-track-scheme` parameter.

7


VIP:

do not edit these