triallax

Results 340 comments of triallax

> We could easily achieve this by setting unit k = 1000, but that would reduce the number of available one-character variable names even further. This could be gated behind...

What immediately comes to mind is to make whitespace between the `20` and the `k` significant, so `20k` would be `20_000` but `20 k` would be `60`. Admittedly though that...

> I'd rather not do that. Also, I like how we can just write things like 2π or 2x, so I would like to keep the possibility to have identifiers...

> Since Flutter is not available on Void repositories, it is hard to compile from source, and the AppImage version of LocalSend is quite slow and inconvenient to use. Since...

Ignore the misleading "as completed" thing in GitHub's UI (which wasn't even a thing that existed when I closed this issue), I closed this because I (and @Stypox) believed it's...

@bgo-eiu this is a fair point, I failed to consider in my original issue that Arabic is not the only language using the Arabic script. Sorry for that. :)

using caching for the other functions (e.g. `index`) is a bit more complicated, because they require knowing which bytes in the string map to which rune. for example, to use...

@benhoyt gentle bump, no rush but i'd love to know how you think this looks for a prototype

> @triallax Any thoughts on https://github.com/benhoyt/goawk/pull/252#issuecomment-3192732174 above? hi Ben, apologies I forgot this PR was a thing :D I agree with mostly everything you've said, I'll get around to posting...

(sorry for the delay, been a lil busy, i promise i'll get around to this very soon)