-
This just happened to me on the current master branch.
```
The application panicked (crashed).
Message: source slice length (1) does not match destination slice length (2)
Location: src/algorit…
-
The following code causes an interpreter crash on the latest main:
```
{"aa" "bb"}
-@\0
/∘
/↥⊞(×⊙=.)
```
The program shouldn't work, of course, the id∘ must be replaced with an unbox⊔, but …
-
it's written: "It looks like `♭` because it *flat*tens the array.", how about actually naming it that way?
As i think "flattening" is a fairly common concept which comes in other prog langs, and a…
-
* add the "why" in commit body too: even 1-2 sentences will suffice.
* it will function as dod (defense of design) itself 😃 ; and hence will super reduce any nagging annoying questions
* also, don'…
-
```
uiua> &httpsw example:
uiua> &httpsw "GET / " &tcpc "example.com:443"
uiua> thread 'primitive::tests::prim_docs' panicked at '
uiua> Example failed:
uiua> &httpsw "GET / " &tcpc "example.com:…
-
So that it is possible to use uiua on jvm. ;)
-
Hi, I have been experimenting with Uiua and been having a lot of fun! The challenges at the end of each section of the documentation are really good. Also the web-based experience makes it really easy…
-
Some errors are printed twice as in the example below.
```shell
$ uiua eval $
Error: Expected '"'
at 1:1
1 | $
─Error: Expected '"'
at 1:1
1 | $
─
```
-
Hey, I'm writing a debugger for Uiua (e.g. to step through code and show stack at each point) and I'm trying to get parsed tokens for a local file using `uiua lsp` and passing requests to it. Unfortun…
-
Pad link: https://www.uiua.org/pad?src=0_3_1__4o2J4oavIDJfMCAxCg==
```
⍉ ↯ 2_0 1
```
```
panicked at src\algorithm\monadic.rs:373:32:
chunk size must be non-zero
```
Experiments suggest …