-
Currently, if you install the `math-lib` package, for example, on any platform other than Linux, an additional package containing binary libraries is installed. Similarly for the `db-lib` package, or …
-
changing DrRacket so that, on a case-by-case basis, people can opt-in to loading specific external libraries automatically
See
https://groups.google.com/d/msg/racket-users/KkEuF4XPS7Y/fvdftxHVEAAJ…
-
We are [teaching compilers](http://www.cs.umd.edu/class/fall2019/cmsc430/) with Racket at UMD. The students run Dr. Racket on a shared cluster. When they want to run a file on Dr. Racket it throws thi…
-
It took me a while to get up and running with J-Bob using the Dracula package. In particular:
1. I didn't realize that I had to install ACL2 separately.
2. I couldn't get J-Bob to load by typing c…
lorin updated
5 years ago
-
### What version of Racket are you using?
7.8.0.6
### What program did you run?
```racket
#lang typed/racket
(require typed/racket/random)
(random-sample (list 10 20 30 40) 5)
;; Both of th…
-
I am trying to build on a system with 6GB of ram, and I'm consistently OOM on the bootstrapping step for building `Idris2-boot` from `Idris2-boot.so`. Is there some way to reduce the memory bottleneck…
-
Do you think it makes sense to have both the features from jackfirth/racket-syntax-lang and this one provided in the same library? Or to even provide `define-lang-syntax` at all?
-
When trying to `(require opencv/core)`, I get the error:
```
../../usr/share/racket/collects/ffi/unsafe.rkt:255:20: ffi-obj: could not find export from foreign library
name: cvRegisterType
l…
-
As of right now, softposit-rkt doesn't support Windows. This is due to the underlying c library for softposit not supporting Windows itself (the softposit-rkt library is just racket bindings for that …
-
On Linux Mint, installation reports errors.
C code has warnings about mismatched sizes.
```
Resolving "packet-socket" via https://download.racket-lang.org/releases/6.11/catalog/
Resolving "packet-…