-
running this file:
```racket
#lang racket
(module thing racket
(require racket/contract/option)
(provide (contract-out [nothing proc/c] [something proc/c] [something* proc/c]))
(define (my…
-
![88640B34-4BD7-466E-9A50-29FBB0060C67](https://user-images.githubusercontent.com/108047/86366558-d4296e00-bc72-11ea-8fc7-5f1f0c3b48d1.jpeg)
-
Running the simple version of the formatter on code with inline images in DrRacket makes the images disappear, just like copy and pasting would.
It would be nice if there were a way to run the form…
-
**What version of Racket are you using?**
DrRacket, version 8.14.0.1 [cs].
**What program did you run?**
Definitions in DrRacket:
```
#lang racket
```
Interactions in DrRacket:
```
> …
-
I sometimes get this error when working in DrRacket:
```
internal error: force: reentrant promise `init-current-type-names'
context...:
/usr/share/racket/collects/racket/private/promise.rkt…
-
Hi,
I'm starting to read the book and would like to play with examples along - using DrRacket.
However,
```
#lang Racket (or R5RS)
(load "/tmp/CodeFromTheReasonedSchemer2ndEd/trs2-impl.scm"…
-
Hello,
I have tried running DrRacket on a Windows and Linux box with the NVDA and Orca screenreaders, respectively, and I am noticing some accessibility issues that need some addressing. Under Linu…
ghost updated
5 months ago
-
**What version of Racket are you using?**
Version **8.8 [cs]**
**What program did you run?**
I'm getting an error when left-click and trying to "search in help desk for define ".
**What should…
-
### Describe the bug
DrRacket installed with nix on aarch64-darwin doesn't work. If i use the installer from the racket homepage i can use DrRacket.
### Steps To Reproduce
```
❯ nix-shell -p ra…
-
copied from rfc at
https://github.com/racket/rhombus-brainstorming/issues/100
----
DrRacket notebook mode (like Jupyter) or hooks to support integration with Jupyter and similar products/
I…