-
Solution: Node mode makes use of [text%](https://docs.racket-lang.org/gui/text_.html), allowing programmers to write racket (later rust) code to build agents and optionally subgraphs. Typically graphs…
-
I've heard requests from multiple teachers about the need for an RN Racket mode that is extremely stripped down and doesn't have any interesting options or customization. I'll try to find an email to …
-
**Is your feature request related to a problem? Please describe.**
The [define-cstruct](https://docs.racket-lang.org/foreign/C_Struct_Types.html?q=define-cstruct-type#%28form._%28%28lib._ffi%2Funsa…
-
A feature I really wish to see in Rhombus is static warning about unused variables, as these are usually mistakes. DrRacket in a sense has this feature already via the tooltip "no bound occurrences". …
-
Please copy all of the following lines and paste them into your bug report
at .
Package
metadatanil
package-archives(("elpa" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.o…
samth updated
3 weeks ago
-
**Racket version:** 8.1
**OS:** Windows 10
I keep getting thrown off by the visual language of the tabs.
![light-theme](https://user-images.githubusercontent.com/4338197/122811063-f410d200-d2c7-1…
-
It appears that Riju was unavailable from about 10:15pm to 10:20pm PT on Thu, Oct 21, 2021.
Supervisor logs during the incident
```
2021/10/22 05:13:37 active: downloading deployment config f…
-
``` racket
#lang racket
(require redex/reduction-semantics)
(define-language simple-plus
(M (e e))
(e natural))
(define-judgment-form simple-plus
#:mode (okay1 I I)
[
--------
(okay1 M…
-
There are two cases when [`jump-to-definition-callback`](https://github.com/racket/drracket/blob/master/drracket/drracket/private/syncheck/gui.rkt#L1877) is called: the file with the definition has no…
-
In plai-typed, function arguments in definitions look like this:
```
(define (my-function [a : number] [b : symbol]) : (listof symbol)
(list 'a 'b 'c))
```
smart-open-bracket does not handle ins…