-
I have quite a large judgment form to be rendered for a paper, and I would like to somewhat compact it by reducing the space between the different rules. A standalone excerpt of the judgment form can …
-
In the action method `term:identifier`, there's this wonderful piece of code:
```
my $name = $.Str;
if !$*runtime.declared($name) {
my $frame = $*runtime.current-frame;
$*parser.postpone: sub…
masak updated
3 years ago
-
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?
-
#### 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…
-
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…
-
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 …