-
It appears that the compiler crashes when attempting to use an imported function from `uiua repl`. For example:
```
# add.ua
Add ← +
```
The following then crashes the compiler when used in `uiua…
-
The REPL is unable to use a function interactively as it cannot get its content:
```
$ uiua repl
Uiua 0.7.1 (end with ctrl+C)
» Foo=0
↪ Foo ← 0
» Foo
↪ Foo
The application panicked (crashe…
-
Steps to reproduce:
```
$ cargo install uiua@0.7.1
$ RUST_BACKTRACE=1 RUST_BACKTRACE=full uiua repl
Uiua 0.7.1 (end with ctrl+C)
» x = 1
↪ x ← 1
» x
↪ x
The application panicked (crashed)…
ahrzb updated
11 months ago
-
I've seen some uiua videos on YouTube where people do the sort idiom `select rise dup`, but they only want the first item so they follow up with `first`. What do you think about prodding them in the r…
bkDJ updated
10 months ago
-
VSCode suddenly fails to launch the uiua language server, I don't know what changed.
Output:
```
[Error - 12:54:29 AM] Starting client failed
Launching server using command uiua failed.
```
…
-
Uiua is a new and really cool stack-based array programming language, and like almost all array languages it uses a lot of funny glyphs:
https://www.uiua.org/
Cozette actually appears to support…
-
I've loving Uiua, and it's continually impressive with how fast its evolving, and I'm almost embarrassed to ask for this miniscule change, and I can absolutely live without the tweak being made but..…
-
I'm creating an issue to track this issue. Please let me know if you need anything more from me.
```
RUST_BACKTRACE=full uiua watch --no-format
Watching for changes... (end with ctrl+C, use `uiua…
-
Not sure how to phrase the issue title, but the core of the issue is that performance in some cases could be greatly improved if large data are not copied if they will never be read from. I suppose us…
bkDJ updated
9 months ago
-
On this page : https://melpa.org/#/uiua-ts-mode
The Homepage url redirects to https://github.com/crmsnbleyd/uiua-mode.