Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmitc
1397 days ago
It works for Schemes that DrRacket supports or ones implemented via #lang. I don't think Chez Scheme is one of those.
1 comments
rscho
1397 days ago
There's actually a plugin that lets one use Chez directly from DrRacket.
link
bmitc
1397 days ago
Got a link?
link
rscho
1397 days ago
I used the plugin to run the Chez version of minikanren some time ago. I think it was this one:
https://github.com/Syntacticlosure/chez-runner
There might be more on the racket package server.
link