-
https://www.uiua.org/
Still unstable, but pretty cool
-
To reproduce (verified on Apple M1):
1. Launch Ladybird `./Meta/ladybird.sh run`
2. Go to https://www.uiua.org
3. Wait for the page to load and the editor pane to appear
4. Click in the editor p…
-
okay, with vscode factory reset, I go in and start the uiua extension, open my .ua file and vscode's terminal, start uiua there, make some changes to my .ua file, they save, the uiua interpreter shows…
-
Even after setting up `uiua-ts-mode` and installing the language grammar resulting in `.emacs.d/.local/cache/tree-sitter/libtree-sitter-uiua.so` functions aren't being highlighted properly. Following …
-
https://www.uiua.org/
-
Currently I use `uiua watch` and view the output in my terminal. It would be nice, however, to view the output inline. Here are a few example extensions that have similar functionality:
* [Alive](h…
-
When I try to produce an executable from a uiua script that works if I use `uiua run` the executable panics with this error when I run the executable. There is no error when using the `uiua stand` com…
-
Yet again, I'm not sure if I'm doing something wrong or a byte array as return value from a function is not supported.
Reproduction:
1. Find `ColumnBlob` in `lib.ua`, remove the assertion, uncomm…
-
Hi there,
while experimenting with Uiua, I found that e.g. ₙ10 1000 gives the incorrect result of 2.9999999999999996 instead of 3, caused by a rounding error:
```
ₙ10 1 = 0
ₙ10 10 = 1
ₙ10 100 …
Jegge updated
2 months ago
-
This was discovered while digging into #563 behavior on the website.
Basically, if you run `&sl`, `⍢()1` or virtually anything that takes some time to run you can notice that the editor itself, other…