home.social

#ziglang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ziglang, aggregated by home.social.

  1. I'm getting ziggy with it (i implemented a vec (like rust vec) with zig comptime) #zig #ziglang

  2. I'm getting ziggy with it (i implemented a vec (like rust vec) with zig comptime) #zig #ziglang

  3. I'm getting ziggy with it (i implemented a vec (like rust vec) with zig comptime) #zig #ziglang

  4. #Coding #Ziglang #Zig
    After "zplocgi", a way to make CGI program with Zig,
    I've also added "zformdata": codeberg.org/y0m/zformdata, a "multipart/form-data" implementation for HTML form.

    They almost complete each other, as shown in this sample repository: codeberg.org/y0m/testcgi.

    It may not be perfect, but at least that's my PoV on these subjects.

  5. #Coding #Ziglang #Zig
    After "zplocgi", a way to make CGI program with Zig,
    I've also added "zformdata": codeberg.org/y0m/zformdata, a "multipart/form-data" implementation for HTML form.

    They almost complete each other, as shown in this sample repository: codeberg.org/y0m/testcgi.

    It may not be perfect, but at least that's my PoV on these subjects.

  6. #Coding #Ziglang #Zig
    After "zplocgi", a way to make CGI program with Zig,
    I've also added "zformdata": codeberg.org/y0m/zformdata, a "multipart/form-data" implementation for HTML form.

    They almost complete each other, as shown in this sample repository: codeberg.org/y0m/testcgi.

    It may not be perfect, but at least that's my PoV on these subjects.

  7. #Coding #Ziglang #Zig
    After "zplocgi", a way to make CGI program with Zig,
    I've also added "zformdata": codeberg.org/y0m/zformdata, a "multipart/form-data" implementation for HTML form.

    They almost complete each other, as shown in this sample repository: codeberg.org/y0m/testcgi.

    It may not be perfect, but at least that's my PoV on these subjects.

  8. #Coding #Ziglang #Zig
    After "zplocgi", a way to make CGI program with Zig,
    I've also added "zformdata": codeberg.org/y0m/zformdata, a "multipart/form-data" implementation for HTML form.

    They almost complete each other, as shown in this sample repository: codeberg.org/y0m/testcgi.

    It may not be perfect, but at least that's my PoV on these subjects.

  9. CW: Rust LLM policy drama

    I've just noticed the recent LLM-policy drama surrounding Rust, and to be honest, it's put me off learning and using it. I'll stop working on my Learning Rust series and focus on Zig or C instead. At least Zig has a strict anti-LLM policy in place.

    I should have started with Zig... Now, I'm really angry with myself for wasting weeks writing and learning about it 😠

    #Rust #Rustlang #Zig #Ziglang

  10. CW: Rust LLM policy drama

    I've just noticed the recent LLM-policy drama surrounding Rust, and to be honest, it's put me off learning and using it. I'll stop working on my Learning Rust series and focus on Zig or C instead. At least Zig has a strict anti-LLM policy in place.

    I should have started with Zig... Now, I'm really angry with myself for wasting weeks writing and learning about it 😠

    #Rust #Rustlang #Zig #Ziglang

  11. CW: Rust LLM policy drama

    I've just noticed the recent LLM-policy drama surrounding Rust, and to be honest, it's put me off learning and using it. I'll stop working on my Learning Rust series and focus on Zig or C instead. At least Zig has a strict anti-LLM policy in place.

    I should have started with Zig... Now, I'm really angry with myself for wasting weeks writing and learning about it 😠

    #Rust #Rustlang #Zig #Ziglang

  12. CW: Rust LLM policy drama

    I've just noticed the recent LLM-policy drama surrounding Rust, and to be honest, it's put me off learning and using it. I'll stop working on my Learning Rust series and focus on Zig or C instead. At least Zig has a strict anti-LLM policy in place.

    I should have started with Zig... Now, I'm really angry with myself for wasting weeks writing and learning about it 😠

    #Rust #Rustlang #Zig #Ziglang

  13. CW: Rust LLM policy drama

    I've just noticed the recent LLM-policy drama surrounding Rust, and to be honest, it's put me off learning and using it. I'll stop working on my Learning Rust series and focus on Zig or C instead. At least Zig has a strict anti-LLM policy in place.

    I should have started with Zig... Now, I'm really angry with myself for wasting weeks writing and learning about it 😠

    #Rust #Rustlang #Zig #Ziglang

  14. Office People - now for Desktop PC.
    Native Zig port using my Borowik Engine.

  15. Codex is porting my old game (for Firefox OS) to my ZIG engine :D

    Work in progress but it mostly works :)

  16. Codex is porting my old game (for Firefox OS) to my ZIG engine :D

    Work in progress but it mostly works :)

    #ZigLang #Codex #Porting

  17. Codex is porting my old game (for Firefox OS) to my ZIG engine :D

    Work in progress but it mostly works :)

    #ZigLang #Codex #Porting

  18. Codex is porting my old game (for Firefox OS) to my ZIG engine :D

    Work in progress but it mostly works :)

    #ZigLang #Codex #Porting

  19. Codex is porting my old game (for Firefox OS) to my ZIG engine :D

    Work in progress but it mostly works :)

    #ZigLang #Codex #Porting

  20. In my quest for using -fincremental in Zig I've so far found and fixed 3 fairly critical linker bugs. (Sent a PR for one of them, got to do it for the other two but I'm a little bit uncertain about the details on one of them.)

    Seems I'm going to have to implement a few relocation types as well, which means I'm probably going to have to understand the implementation on higher level and not just specific local details.

    I'm in for a treat. 😬

    #ziglang #zig

  21. In my quest for using -fincremental in Zig I've so far found and fixed 3 fairly critical linker bugs. (Sent a PR for one of them, got to do it for the other two but I'm a little bit uncertain about the details on one of them.)

    Seems I'm going to have to implement a few relocation types as well, which means I'm probably going to have to understand the implementation on higher level and not just specific local details.

    I'm in for a treat. 😬

    #ziglang #zig

  22. In my quest for using -fincremental in Zig I've so far found and fixed 3 fairly critical linker bugs. (Sent a PR for one of them, got to do it for the other two but I'm a little bit uncertain about the details on one of them.)

    Seems I'm going to have to implement a few relocation types as well, which means I'm probably going to have to understand the implementation on higher level and not just specific local details.

    I'm in for a treat. 😬

    #ziglang #zig

  23. In my quest for using -fincremental in Zig I've so far found and fixed 3 fairly critical linker bugs. (Sent a PR for one of them, got to do it for the other two but I'm a little bit uncertain about the details on one of them.)

    Seems I'm going to have to implement a few relocation types as well, which means I'm probably going to have to understand the implementation on higher level and not just specific local details.

    I'm in for a treat. 😬

    #ziglang #zig

  24. In my quest for using -fincremental in Zig I've so far found and fixed 3 fairly critical linker bugs. (Sent a PR for one of them, got to do it for the other two but I'm a little bit uncertain about the details on one of them.)

    Seems I'm going to have to implement a few relocation types as well, which means I'm probably going to have to understand the implementation on higher level and not just specific local details.

    I'm in for a treat. 😬

    #ziglang #zig