fubark

Results 55 comments of fubark

I always thought Zig was yellow for some reason. I chose orange because it reminded me of a Cyberpunk theme. It's kinda hard to find a color that isn't used...

I can confirm that the c-embedded/main.c is working with static library build using `zig build lib -Doptimize=ReleaseFast -Dtarget=aarch64-linux-android`. Dynamic library builds should be avoided. I'm against releasing large debug artifacts,...

I have started to improve capi.zig, so you can expect something in the next commit. But it's not comprehensive, I've only included things I've needed to use for testing. It's...

Correct, these functions now throw errors instead. The docs should reflect that.

I agree, strings needs to be redesigned. First of all, it doesn't make sense to call each codepoint a character when there is a grapheme cluster. Second, making it too...