-
Uiua 0.0.25.
- Start the repl
- Paste `↯∞⊞$"__".[1 2]`
- Press Enter
(Not saying I expect this expression to work, just trying some different things here, but it asked me to report the bug!)
…
-
Uiua 0.2.0, MacOS 14.1.1, MBP M1 Max
```
❯ cat mre.ua
PatternRow ← |1 ↻1 ▽∶ [0 1 0 ¯1] ×[1 1 1 1]
PatternMatrix ← |1 ∺(↯⊙PatternRow) ⊃(⊂[])(+1⇡)
SolvePartOne! ← |1 (
∵parse
∶ PatternMat…
-
Especially when modifying a complex function, it can become easy to mix up stack values. This is made much worse by some functions where most values are the same shape. It can be easy to be left with …
-
Hey, I've been writing a debugger for Uiua and realized it's much easier to simply use this crate to parse and execute Uiua code. One inconvenience I've encountered is that `crate::lex::CodeSpan` is p…
-
It is not possible to add explicit function signatures to functions using the `do` modifier. Consider the "Collatz sequence" example on the [do modifier documentation page](https://www.uiua.org/docs/d…
-
Interpreter crashed when using `uiua watch --clear` with the following file.
```
The application panicked (crashed).
Message: range start index 1 out of range for slice of length 0
```
```
"…
-
https://www.uiua.org/pad?src=0_4_1__TnVtcyDihpAgeyJvbmUiICJ0d28iICJ0aHJlZSIgImZvdXIiICJmaXZlIiAic2l4IiAic2V2ZW4iICJlaWdodCIgIm5pbmUifQpUZXh0IOKGkCDilqEib25lMTIzNG5pbmUiClJlcERhdGEg4oaQIOKKg-KKmeKKmeKI…
-
From what i can tell, it doesn't seem possible to write directly to stdout. I can use `&w` to write to `/dev/stdout`, but if i try to pipe the output (`uiua run file.uiua | something_else`), i get a p…
-
I'm looking for some unhinged solutions to this one, maybe using [Huff](https://huff.sh/) or [Uiua](https://www.uiua.org/). Feel free to add your own!
-
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…