-
Creating a standalone executable using `raco exe` produces an executable that fails with a contract violation.
**To reproduce**
main.rkt:
``` racket
#lang racket
(module+ main
(displayln "test")…
-
### What version of Racket are you using?
6.6.0.1
### What program did you run?
``` racket
#lang typed/racket
((λ #:∀ (A ...) [rest : A ... A]
(if (pair? rest)
#t
#f))
1)
; => #f
`…
-
The current comment parsing code in Resyntax is specific to `#lang racket`, incomplete, and irritating to maintain. Resyntax should use `module-lexer` to find comment locations in the file. This will …
-
Errors when installing on the `racket/racket:8.0-full` Docker image:
```
Resolving "reprovide-lang" via https://download.racket-lang.org/releases/8.0/catalog/
Resolving "reprovide-lang" via h…
-
## Entry
> Where can we learn about your language? Feel free to post a variety of resources:
> source code, images, article / blog post, video, etc.
https://github.com/tgbugs/laundry/
> What…
-
For the sake of testing I tried to build `idris2` with `racket` instead of `chez-scheme`. It failed with the following:
```
cp support/c/libidris2_support.dylib bootstrap-build/idris2_app/
sed 's|_…
-
**What version of Racket are you using?**
8.13 (minimal)
**What program did you run?**
This is a build error (at the start of destroot stage).
**What should have happened?**
Build should succ…
-
I have something to submit, but there’s no guidance about how to format entries, and no examples yet to follow.
When people come to look at the Scribble Cookbook, what do you envision that they sho…
-
I tried to search `terminal-color` in pkgs.racket-lang.org and couldn't find it.
-
This program:
```
#lang racket
(require rackunit)
(check-equal?
(match 1
[2 #f])
2)
```
doesn't say what line the `match` is on, but `match`, in general, includes that information, a…