-
Copied from Slack, should be separated out.
- [x] build minimal racket distributions from GHA on every commit and upload them somewhere
- [x] create a GHA for testing DrRacket
- [x] figure out ho…
samth updated
4 years ago
-
how to install axio?
raco pkg install axio
Resolving "axio" via https://download.racket-lang.org/releases/8.2/catalog/
Resolving "axio" via https://pkgs.racket-lang.org
Resolving "axio" via htt…
-
Steps to reproduce :
1. create two sibling folders `test` and `test3` (I did this in `Downloads`)
2. create file `test/test1.rkt`
3. create file `test/test2.rkt`
4. create file `test3/test1.r…
-
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…
-
The following program works as expected.
``` racket
#lang racket
(define affine-contract
(lambda (arg) arg))
(define/contract identity/contract
(parametric->/c (a)
(-> a (affine-c…
-
_From @soegaard on June 28, 2014 13:37_
The program
#lang racket
(+ 1 "x")
will when run in DrRacket color the expression (+ 1 "x") red.
The corresponding Honu program doesn't color the offend…
samth updated
8 years ago
-
On my macOS machine, running `(+ 3 4)` crashes rash. I think this could actually be related to my problem with basedir, which is that the default paths are totally empty on macOS. Here's a transcript:…
-
I'd like to be able to set a variable to tell `racket-hash-lang-mode` what the buffer syntax is. My use case is editing source blocks in org-mode where the #lang is implicit. Source might look like th…
-
This might be related to #134.
I just received a PGP-signed message via gmail, and decided to paste it into keybase to verify it. I expected the verification to fail with a message to the effect of…
-
**What version of Racket are you using?**
8.14
**What program did you run?**
Build `racket` from racket-8.14-src-builtpkgs
**What should have happened?**
Should have built successfully.
**…