-
**Is your feature request related to a problem? Please describe.**
Downloading the source and compiling minimal-racket. libintl.9.dylib not found.
libintl.9.dylib doesn't exist it is libintl.8.dy…
-
Hello. Executable files built with `raco exe ./app.rkt` is [not working under NixOS](https://github.com/NixOS/nixpkgs/issues/11698).
Example source code:
```racket
#lang racket/base
(displayln "…
-
**What version of Racket are you using?**
8.5
**What program did you run?**
Inside tmux, running `racket` produces:
```
Welcome to Racket v8.5 [cs].
invalid memory reference. Some debugging c…
-
Some language communities do an annual survey.
Two examples:
- [Rust](https://blog.rust-lang.org/2018/11/27/Rust-survey-2018.html)
- [Clojure](https://www.clojure.org/news/2019/02/04/state-of-clo…
-
First of all, I love this - it's like emacs' eshell but for a real terminal, and more scheme-y, which is great. I just had some general thoughts - I understand this is unstable and feature requests ar…
-
I don't even know what to make of this.
```racket
#lang racket
(require redex/reduction-semantics)
(define-language Boxy
(e ::= x (λ (x : t) e) (e e))
(t ::= nat (→ t t))
(x u ::= v…
-
Given two files with the following contents:
A.rkt:
``` racket
(module+ foo
(require "B.rkt"))
```
B.rkt:
``` racket
(require "A.rkt")
```
On Racket 6.2.1 I get the following error when running…
-
I've put a small experiment using dfbb704 in [a repository branch](https://github.com/LiberalArtist/racket-config-tethered-experiment/tree/test) (currently at https://github.com/LiberalArtist/racket-c…
-
I tried to following simple example:
`#lang racket`
`(require pict3d)`
`(sphere origin 1/2)`
And I get error message: "get-master-gl-context: could not get at least an OpenGL 30 context (legacy?…
-
**What version of Racket are you using?**
Racket v8.3 [cs]
**What program did you run?**
I've put an example at https://gist.github.com/LiberalArtist/f96fa9fab28c9122631f0d3b1d4f9123.
**What s…