contract violation when running #lang reader stacker-demo/stacker
#25
Closed
opened 3 years ago by antonmosin
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
In the first tutorial, I encounter an error on MacOS when running this command:
#lang reader stacker-demo/stacker
which seems to originate here
My installation seems to be correct, as
racket -l br/test
returnedYou installed beautiful-racket v1.6 correctly.
and I can run#lang br,
#lang br/quicklang
without problems. I've also set the#lang br
to be default as suggested in the tutorial.I believe you’re getting that error because you’re running the program without any input. What happens when you run the actual sample program?
Thank you very much for the prompt reply, @mbutterick: you're right, it works! Sorry for the false alarm, I didn't realise that it doesn't work with empty input.