-
This is a repost of "string-contains has inversed parameters in documentation #3356 " but I think it wasn't properly discussed/solved.
If using beginning student language, by default, the system us…
Heuzi updated
2 months ago
-
example:
```racket
#lang racket
(require syntax-spec)
(syntax-spec
(nonterminal a-expr
(a))
(nonterminal b-expr
(b))
(nonterminal a-or-b-expr
a:a-expr
b:b-expr)
(host-i…
-
According to the [official style guide](https://docs.racket-lang.org/style/Textual_Matters.html?q=indentation#%28part._.Indentation%29), the indentation for `if`s is that the condition, true-expr and …
-
DrRacket does not open. I noticed there's already a separate issue report for the problem, but it was already resolved & closed.
Running
> flatpak run org.racket_lang.Racket
in Fedora Kinoi…
-
Your documentation https://docs.racket-lang.org/lindenmayer/ has disappeared. It's looking like there was a recent build problem? I'm guessing that the racket website has packages disappear without …
-
After installing today
`
MacBook-Pro:~ tbh$ raco pkg install poppler-aarch64-macosx
Resolving "poppler-aarch64-macosx" via https://download.racket-lang.org/releases/8.12/catalog/
Resolving "popple…
-
### About the icon
Racket is modern dialect of LISP. We use it for learning programming and study SICP book
### Links and sources
https://racket-lang.org/
https://en.wikipedia.org/wiki/Racket_(pro…
-
**What version of Racket are you using?**
8.14 [cs]
**What program did you run?**
`repltest` (see below).
**What should have happened?**
The repl prompt should use `expeditor` but instead use…
-
Hi. It looks like `readline-gpl` depends on `libreadline-dev` and doesn't check its presence during the installation process:
``` bash
$ raco pkg install readline-gpl
Resolving "readline-gpl" via h…
Bost updated
3 months ago
-
> I get the hangs particularly when the lexer errors. See https://github.com/racket/rhombus/issues/573 for related info.
_Originally posted by @samth in https://github.com/greghendershott/racket-mo…