-
When trying to install with Racket 6.3 on Windows 10 I get:
Resolving "c" via http://download.racket-lang.org/releases/6.3/catalog/
Resolving "c" via http://pkgs.racket-lang.org
Downloading repositor…
-
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")…
-
(I found this while thinking further about https://github.com/racket/racket/pull/4913#discussion_r1472969940.)
Consider the following program:
```racket
#lang racket
(require racket/treelist)
(…
-
Hi,
Opening a new tab would fail to create a new tab, and instead the existing tab would be used to display the opened file. the
list of tabs still appeared in the 'window' menu.
removing com…
-
Hello,
is it possible to build a grid layout / panel with racket-gui-easy? I looked at the documentation and examples. But it seems there is currently no grid panel available. The only options seem…
-
## Description
Primality tests like the [Fermat test](https://en.wikipedia.org/wiki/Fermat_primality_test) and the [Miller-Rabin test](https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_t…
camoy updated
2 years ago
-
Origionaly from https://groups.google.com/forum/?fromgroups#!searchin/racket-users/libobj%7Csort:relevance/racket-users/W_-4aN7kPyI/cwgwz2xIBAAJ
Two small example of this:
```
(make-module-evaluator…
-
I remember we can goto references in same file in the current implementation, but usages in another file won't be listed.
-
[From the R7RS-large mailing list](https://groups.google.com/g/scheme-reports-wg2/c/sC1a-WdxC8M/m/GJHF23ZaAwAJ):
>> Who will add R6RS support to Chibi? (Another rhetorical question.)
>
> I'm happ…
-
As a very novice Racket user, I've always interpreted the `require` statement in the header of documentation pages as the statement I should include in my file / evaluate in my REPL to use anything de…