-
This was found by [random testing](http://drdr.racket-lang.org/62256/cs/racket/share/pkgs/syntax-color-test/tests/syntax-color/scribble-lexer.rkt).
Here's the (non-random) test case that illustrate…
-
### To list all the packages
```
(setq url-proxy-services '(("http" . "proxy.iiit.ac.in:8080")
("https" . "proxy.iiit.ac.in:8080")))
(require 'package)
(add-to-l…
-
**Describe the bug**
if you try to overwrite the colures use in the rainbow part of the treessitter config the now colors will not get applied
**Steps to reproduce**
Steps to reproduce the behavio…
gozes updated
2 years ago
-
Hello. I have tried parinfer configuration from readme and got my Emacs configuration broken 💢 . Here is an example:
``` diff
- :ensure t
- :config
- (add-hook 'lsp-mode-hook 'lsp-ui-m…
-
When using org for literate programming, when I tangle blocks, I don't expect them
wrapped in
``` racket
(let () (write ....)
````
for example
```org
#+begin_src racket :lang plait :tangle t…
-
Right now it's a standalone compiler.
From accelerack, we already have experience with FFI and multi-language projects playing nice with Racket. When it is ready, we can make it possible to:
*…
-
What's required here to get arm32 and arm64 support?
-
**What version of Racket are you using?**
8.15
**What program did you run?**
EDIT: see below, this is totally reproducible: set the library path and run `raco setup`.
Sadly, I have no idea what spe…
-
download the avmshell exe
https://code.google.com/p/redtamarin/source/browse/trunk/build/shell/
install it in your /usr/bin/
for ex:
/usr/bin/avmshell
edit the worksheet.sublime-settings
and add a…
-
Hi, this may be outside the scope of what you are doing. But I am trying to port some programs I wrote in portable R7RS, and they break because of importing (srfi 1) which assumes all lists are immuta…