Remix.run Logo
micro2588 6 hours ago

Awesome work, have you looked into using Racket's fork of Chez? It supports some additional extensions and architectures from base Chez that would seem to beneficial as a compiler target, at least that was the case a couple years ago.

yogthos 6 hours ago | parent [-]

Thanks, and I have good news on that front actually. I recently factored out a portable Scheme layer and got Jolt to compile against Gambit as a backend. And given that Racket is basically an extension of Chez, it should be trivial to build against it now.

I wrote up a post on how this works here https://yogthos.net/posts/2026-08-07-portable-jolt.html

micro2588 5 hours ago | parent [-]

Really cool, I see now that most all the the Racket extensions to Chez have been up-streamed which is positive for the health of both projects.

yogthos 5 hours ago | parent [-]

Indeed, it's a nice ecosystem to be part of. :)