1. 29
    1. 2

      raco exe + chez will be wonderful!

      1. 1

        what’s the advantage in having that?

        1. 1

          Chez has a better compiler than Racket. It’s faster, and has a simpler architecture (from what I can tell). Some more details here: https://blog.racket-lang.org/2018/01/racket-on-chez-status.html

        2. 1

          Have you tried compiling chez in a repeatable manner, that is delivered as an executable? I got stuck for quite a while dealing with all their boot files - raco exe working would mean I don’t need to do that.

    2. 1

      Now I’m very interested about how that would impact overall performance in practice.