-
It's my fault for not updating a reference after renaming a function, and the error was clear enough to me to fix my code (within an imported function, I was calling a function that did not exist) but…
bkDJ updated
8 months ago
-
Since commit 3ea819db1c3c999f27f53b6330819d0c40c04423 it is no longer possible to open and read from files that are not writable, because both `&fo` and `&fras` always seem to attempt to open the file…
-
My apologies, I didn't get enough data to show here, however, this repo throws some error when I'm trying to build Zed IDE from source.
I just commented it out from the `Cargo.toml` file in the "lang…
-
In PWC 250p1, I have the solution `len iota0 mod 10 = . idx : at_idx head` but I am pretty sure you can use a `keep` or something to replace this.
-
https://github.com/uiua-lang/uiua/assets/259840/543360d6-e4e0-451d-81e7-9c08c3af576e
I have my keyboard set to US International with "dead keys", so that I can type out characters with accents and …
-
The main advantage of language seems to be manipulating arrays purely on stack, without allocations. I could see this as a huge performance improvement similar to assembly macro, where one can modify …
-
Hi!
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including static analysis tools and compilers like Rustc, Clang, Clangd, Clang Tidy, and many others) - th…
-
crash log:
```c
The application panicked (crashed).
Message: called `Option::unwrap()` on a `None` value
Location: C:\Users\███\.cargo\registry\src\index.crates.io-6f17d22bba15001f\uiua-0.9.2\src…
-
I just saw this in the discord:
https://uiua.org/pad?src=Z2NkIOKGkCA74o2lKOKOiz0wLuKXvyzihpLihqfihqUsLCniiJ4KYXJyR2NkIOKGkCBnY2TiiqLiiLbiiqLih4wuCmNvbXBsZXhTcXVhcmUg4oaQIFvihpIow5fDlzIpLcOXLuKItsOX…
-
Minimum repro:
```uiua
Foo ← |3 ⟨◌|Foo -1⟩±.⊙⊙∘
Foo 2 0 0
```
Changing the signature to `|3.2` solved it, but the above code on branch `main` commit `e3ccd04b` yields:
```
The application…
bkDJ updated
8 months ago