-
Running Racket 8.4 [cs], the following example program:
```
#lang racket
(require plot)
(parameterize
([plot-font-size 12]
[plot-font-family 'swiss])
(plot (vector-field
(λ (x…
-
The current prompt character is `$`:
```
$ GAUCHE_READ_EDIT=yes gosh
gosh$ (+ 1 2 3)
6
gosh$
```
Could we change it to something other than the dollar sign, which has a strong connotation o…
-
Continuing discussion in https://github.com/noctuid/lispyville/issues/53
- [ ] **problem**: `lispyville-delete` `lispyville-up-list` automatically prettifies code, pulling things after `{` to the s…
-
I actually thought there was one and I was so convinced this was true that I kept digging but found no references to it. I assume there is non, @greghendershott would you be able to create one?
-
Just noticed that you introduced modeless judgments and the ability to check explicit derivations. Nice!
But what if I want to check an explicit derivation on a moded judgment? This is useful when …
-
It would be better to have the ability to control which functions are executed and which are not in the `drracket/check-syntax` library.
The motivation is that certain functions, such as the functi…
-
#### To report a bug...
* What command(s) did you run?
`task project:sch`
* What did you expect to happen?
For tasks with project `sch` to show.
```
ID Age Project Tag Due Description…
-
@david-christiansen When you get a chance, can you look at this line? https://github.com/jonsterling/racket-grit/blob/master/logical-framework.rkt#L216
I think it might be wrong; it seems like we s…
-
Hey there! Love the plugin, it makes working in Clojure a breeze.
I've run into a small problem where if I use [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) and leave `addit…
-
### What did you expect to happen?
Running gnuplot from within org-mode.
### What actually happened?
The following error occurs:
```
executing Gnuplot code block...
byte-code: Recursive ‘r…