-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble getting this to work in Racket #1
Comments
I tested the Scheme mode most recently using Petite Chez Scheme, but I thought I had tried Racket's R5RS mode, too. I guess not recently enough. You can use J-Bob in DrRacket using the Dracula package, or through Petite Chez Scheme, for now. I'll see what I can do for more general Racket compatibility shortly. Sorry for the difficulty. |
it is fine for me to run J-bob in racket's interpreter. |
That may be the issue. I suspect it may work in the interactions window but not the definitions window. |
Aha, I've found out how you can make it work in DrRacket in the R5RS language.
With that box unclicked, you should be able to run the J-Bob code in DrRacket. That option catches some potential errors, but isn't technically R5RS-compliant, so for the language-defining tricks we use in "j-bob-lang.scm", the option needs to be off. I hope this helps, let me know if you have any more trouble. |
Following these directions allowed me to run the program without the
but after running for a few seconds, the program quickly ate up all This is on the newest version of Racket (6.2.1) on Windows. I haven't tried the ACL flavor of J-bob because installing ACL on Windows On Thu, Aug 13, 2015 at 7:32 PM, Carl Eastlund [email protected]
|
try just do (load "little-prover.scm")
(dethm.align/align) please see issue: #2 |
I've updated the Scheme files so that they don't load each other any more, and the README example now works as-is inside DrRacket. Sorry for all the difficulties, and thanks for your patience. |
Under the R5RS language in DrRacket, I get the error:
which presumably means that car can't be redefined.
What version of Scheme has this been tested on? Any tips to getting it to work in DrRacket?
The text was updated successfully, but these errors were encountered: