-
i dont really know if it is a bug or if it is expected. i just started learning uiua but if
fill 0 take 9 [1 2 3] is working
why does
fill 0 take 9 "123" fail with an error
![grafik](https://gith…
-
Glyph color should either match the uiua website, or match the user's vscode theme.
-
Why the stack used by the condition of `do` is reversed?
https://github.com/uiua-lang/uiua/blob/5556c7db256c2c94d2fafa9e4d89e45759ab6259/src/algorithm/loops.rs#L99
```
⍢(×2)(|2
-
https://github.com/uiua-lang/uiua/blob/main/src/primitive/mod.rs#L266-L269
-
I am using the latest commit (52ce4c3) on macOS Ventura using
```
rustc 1.73.0 (cc66ad468 2023-10-03)
cargo 1.73.0 (9c4383fb5 2023-08-26)
```
When I run `uiua` in a folder with a `main.ua` insi…
-
Hello,
From reading the docs, logarithm seems to be a pervasive diadic function,but I didn't see any implementation of the natural logarithm.
Following the steps of cosine (sine + η), the natur…
-
Is this expected behaviour?
```
⍜(↘2)∘ "ab" # => "ab"
⍜(↘3)∘ "ab" # => "b"
⍜(↘4)∘ "ab" # => ""
```
I think it's weird, and it forces me to always guard my `⍜↘` with a `⧻` check. I would expe…
-
```
x ← (
≡'□⇡△.
⊃⊢'↘1
∧(⊠⊂⊔)
)
x [0_1_0 1_0_1 1_0_0 0_1_0]
```
Backtrace:
```
The application panicked (crashed).
Message: assertion `left == right` failed: shape [4, 3, 2] do…
-
1. I was reading the uiusms on my android running phone; and
* uiuism for cross product was very long to the point that it was not fitting on display
* i put the data (the arguments) on pre…
-
Consider the example, where there are two files with the structure:
first.ua:
```
A ← 1
```
inner/second.us
```
AA ← &i "../first.ua" "A"
---
⍤ 1 AA
---
```
If you call the code from t…