Below you will find pages that utilize the taxonomy term “Zig”
August 25, 2024
Zig thoughts
I like zig quite a bit, recently I participated to sycl, did a presentation on sarus-slurm at work in which I created a PoC with Zig, and finally I finished putting together my thoughts on Zig which I started quite some time ago.
read moreRandom Thoughts
Zig
Zig is a nice small language that is quite suited to low level programming, I would say that it aims at replacing C.
I like that it is a simple language, it can be learnt relatively quickly. I it is very “in the face”, as it has no hidden control flow (implicit destructor calls, exceptions), and no hidden memory allocations. This is a bit more verbose, but simplifies the analysis of what happens just looking at the local code, which is very useful for low level code, and to optimize.
read moreJune 15, 2024
Sycl24
I went to the Software You can Love conference, not for work but because I wanted to. I enjoyed it quite a bit, its subtitle is “celebrate the art of creating software for humans” and I think it fits. The idea behing it is expressed quite well in The Idealism and Practicality of Software You Can Love - Loris Cro - Software You Can Love 2022.
I didn’t only receive a nice programmable badge, but I got to hear several very interesting talks.
read more