Closed onelharrison closed 3 years ago
Did you find this: https://docs.racket-lang.org/redex/tutorial.html ?
@rfindler Yes, that's the tutorial I was following that made no mention of the other ways of requiring redex that do not necessitate a GUI. I also looked at the Long Tutorial.
Does this mean you weren't able to use DrRacket either?
@rfindler I haven't been using DrRacket because I'm in a headless environment.
As a new user to both Racket and the redex package, the options for requiring the redex package are not immediately obvious in this repo or the redex tutorials found in the documentation.
After failing to
(require redex)
due to the absence of a GUI and doing a bit of searching, I found the following in the Redex Reference:I believe this is important information that should be placed in a more visible location where newcomers are more likely to see it. I reckon the tutorials are a good place (and possibly in the project README too) to put this information.