-
Hi,
What do you think if instead of `->` for annotating types that we use `:`?
So for example,
```lisp
(: dict* (hash-table &rest t) hash-table)
(defun dict* (dict &rest args)
...)
```
…
-
Loading `elot-template` causes a big ugly warning about unsafe local variables:
```
The local variables list in elot-template.org
contains values that may not be safe (*).
Do you want to apply i…
-
The error is something about unbalanced parens, and I bet it's because `;` is interpreted as a comment.
-
Evaluating the following:
```
async function test_await() {
response = await fetch('./api');
json = await response.json();
console.log(json);
}
```
...gives:
```
SyntaxError: await is …
-
In some module, we may have shorthands (defined through functions) appearing with the same name in the spec (the scope is defined informally through the section) but defined differently based on the s…
-
Hello,
Are there any build instructions for macOS users? I got the following output when I try to build the geany Lua plugin.
Command:
`./autogen.sh --disable-all-plugins --enable-geanylua=auto…
-
Find a more reliable way to find out the current method.
-
When I add log4slime to my emacs config, I have the following problems:
When I start slime I get a bunch of errors:
```
WARNING: SWANK-LOADER also exports the following symbols:
(SWANK-LOADER:*FAS…
-
Is it possible to make this work with [ctrlf](https://github.com/radian-software/ctrlf/)? It doesn't dim the buffer when using builtin incremental search. I tried the following but no luck.
```
(d…
-
This is the issue tracking my work to move the core out to the workspace crate `rune-core`. I have the code in my fork, almost ready to PR, though I had some issues with Miri. I wanted to create the i…