-
### What version of Racket are you using?
v6.12
### What program did you run?
```scheme
#lang typed/racket
(: x Symbol)
(define x 'x)
(: f (-> Syntax Any))
(define (f x) (syntax->dat…
-
- [ ] Prolog
- [ ] PHP
- [x] CFML
- [ ] Vimscript
- [x] Dart
- [x] ReasonML
- [ ] Racket
- [x] x86-64 Assembly
- [ ] MIPS Assembly
For Dart, we can just use legacy clike.dart: https://githu…
-
I have a use-case where I would like to turn Racket parameters into observables. I can wrap the parameter in an observable, and then manage all the patterns of using it myself, but I managed to extrac…
-
Given the following program on Racket v8.6 [cs]:
```
#lang typed/racket
(require rackunit)
(for-each
(lambda (elt)
(with-check-info
(('current-element elt))
(check-pr…
-
```rkt
(require (for-syntax syntax/parse)
syntax-spec)
(syntax-spec
(nonterminal nt
#:bind-literal-set lits
#:binding-space sp
(foo e:racket-expr))
(host-interface/expr…
camoy updated
5 months ago
-
Hi, I'm kinda new to racket and I've tried installing [pie](https://github.com/the-little-typer/pie) and [beautiful racket](https://beautifulracket.com/) and they got installed successfully, but any …
-
**Is your feature request related to a problem? Please describe.**
As [discussed on Slack](https://racket.slack.com/archives/C06V96CKX/p1626008193001000):
A rite of passage for people writing ma…
-
As discussed here: https://github.com/greghendershott/racket-mode/issues/440
As with #366 I'm not sure if this can/should be fixed in `drracket/check-syntax` as opposed to the source e.g. `racket/c…
-
I installed Racket--not sure if that's the best option. I'm not familiar with Scheme implementations.
I get this:
```
15:57 austin@mars relational-programming-in-miniKanren $ make
./build
I couldn't…
-
I'd like to add syntax highlighting for other #langs besides Racket. I do really enjoy the current Racket colorings (more so than the DrRacket ones!) so the proposal would be to:
- continue using th…