zig libc

0 comments

Lobsters
Devlog ⚡ Zig Programming Language

Devlog ⚡ Zig Programming Language

Devlog ⚡ Zig Programming Language

Data Processing Benchmark Featuring Rust, Go, Swift, Zig, Julia etc.

https://github.com/zupat/related_post_gen

#github #julia #rust #zig

GitHub - zupat/related_post_gen: Data Processing benchmark featuring Rust, Go, Swift, Zig, Julia etc.

Data Processing benchmark featuring Rust, Go, Swift, Zig, Julia etc. - zupat/related_post_gen

GitHub

Attaching Zig tests in structs

This could be useful to write tests for some internal functions in Zig structs, in order to have access to private functions. However, the test runner can't find them, unless the struct is …

https://sourcery.zone/journal/20260131t194440--attaching-zig-tests-in-structs__journal_zig/

#journal #zig

Attaching Zig tests in structs | Sourcery Zone

A software engineer's playground at the crossroads of AI, robotics, and cybersecurity.

Ajdh j'ai fait un peu de #zig. Je sais maintenant lire le contenu d'un fichier, écrire sur stdout et inspecter les arguments donnés sur la ligne de commande. En zig 0.16.
Pas mal de fonctions sont paramétrées par un io. Si j'ai bien compris c'est une des nouveautés.

I have a really big software project which is stalled because I'm hitting bugs I can't resolve trying to write it in C. So I've been thinking for some years about using a different implementation language, and was leaning towards #Rust. Recently, I've started looking seriously at #Zig.

Comparisons between Rust, #Go and Zig:

https://sinclairtarget.com/blog/2025/08/thoughts-on-go-vs.-rust-vs.-zig/
https://dev.to/dev_tips/zig-rust-go-i-tried-3-low-level-languages-and-heres-what-im-sticking-with-4gpp
https://betterstack.com/community/guides/scaling-go/rust-vs-go-vs-zig/
https://ziglang.org/learn/why_zig_rust_d_cpp/

/Continued

Thoughts on Go vs. Rust vs. Zig

Sinclair Target's personal website.

Struggling to like #zig as a c amplifier. [0]
Maybe #hare is a better c amplifier.

I know, I should just settle for C.
Which I still am doing, but i am a little obssessive about
this stuff.

[0] : Like the ceremony and caveats and pitfalls around
working with C code are maybe more of a negative
than the benefits that zig brings. [1]

[1] : Basically the only real thing I really want
is namespaces. All of the other archaic things
about C are not that big a deal to me besides
lack of namespaces.