-
[Racket](https://racket-lang.org/)
e.g.
``` racket
(define aname "Jane Doe")
#;(displayln "Hello ~a"
aname)
```
only shows line with [#;](https://docs.racket-lang.org/reference/reader.htm…
-
Via Racket Slack, @samth supplied [this example file](https://gist.githubusercontent.com/samth/25bb9eb5d0b36983bae48efb5a032402/raw/66a0e1d9384bc8d1097aa73cfe1a792fdff83e17/expander.rktl) which is ove…
-
I'm trying out the new `racket-xp-mode` and I noticed that it marks all public class methods as unbound occurrences and crosses them out. Here is an example:
```racket
#lang racket
(define my-cl…
-
## Entry
> Where can we learn about your language? Feel free to post a variety of resources:
> source code, images, article / blog post, video, etc.
https://github.com/tgbugs/laundry/
> What…
-
Hey Greg. This is a weird one which I'm not entirely sure how to report or reproduce reliably. Perhaps you'll be able to think of where the problem might be simply by knowing how sausage is made.
I…
-
Hello! I'm a longtime on-again/off-again js2-mode user. Recently, I've been writing a lot of programs in Racket, and [racket-mode](https://racket-mode.com/#racket_002dinsert_002dclosing) has a very …
-
@samth reported on Slack that breaking Typed Racket now breaks Racket Mode.
For example "go to the typed-racket/main.rkt and add an extra `(`".
> It breaks it because racket-mode now (transitive…
-
Package
metadata(#s(package-desc racket-mode
(20241116 1700)
"Racket editing, REPL, and more."
((emacs
(25 1)))
nil nil "/home/mateidragony/.emacs.d/elpa/racket-mode-2024111…
-
In racket-mode, whenever I type a `[`, a `(` is automatically inserted. This is quite irritating, because actually I do want a `[` to be inserted. And currently the only way would be pasting one in.
…
-
If the package is not installed, the tests pass. However, if the package is already installed,
two tests fail.
2 unexpected results:
FAILED racket-tests/indent-rkt
FAILED racket-tests/r…