-
Not sure if this is a bug, intended behaviour, or just not yet implemented, but it would be nice to be able to include packages installed via `--git` in the listing to see if they require updates.
…
-
Most interpreters run scripts passed to them as arguments. Uiua cold behave in exact same way. `uiua run` should be a default subcommand so instead of writing `uiua run foo.ua` you could just write `u…
-
`input.txt` is an empty file.
uiua is installed via cargo (but I'm comfortable running it from source if you need the extra debug info, lmk)
Crash log (contains spoilers for Advent of Code 2023…
-
to reproduce:
```
length [1 2 3 4]
```
Then typing `M-x uiua-format-buffer` does nothing to the current buffer, as opposed to older behaviour which would replace text in buffer with formatter outp…
-
currently there seems to be no direct way to know the running version of uiua on uiua-pad online.
so, i was thinking that maybe having a system function i.e. smth like `&about` or `&ver` may help …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
It looks like whenever there are a lot of characters in the buffer (either text editor or te…
-
The `⊕ group` operator runs in O(n²) time.
From the implementation I would expect it to be O(n) when indices are unique.
Tested on the current main branch:
```
$ cat main.ua
;⊕∘.⇡ 100
;⊕∘.⇡ 10…
-
For some reason I couldn't isolate, this:
https://www.uiua.org/pad?src=0_5_1__TWFwIOKGkCAkIDQ2Ny4uMTE0Li4KICAgICAgJCAuLi4qLi4uLi4uCiAgICAgICQgLi4zNS4uNjMzLgogICAgICAkIC4uLi4uLiMuLi4KICAgICAgJCA2MTcqL…
-
I updated my version of uiua to 0.3.0 today (not sure what the version was before, sorry), and it's begun replacing any occurence of `?` by a [switch function](https://www.uiua.org/docs/controlflow#sw…
-
When running uiua with the `stand` option the binary that is produced does not have execution permissions (`rw-r--r--`). Before executing I manually had to make it executable with `chmod`. This could …