Allez hop, encore un langage de programmation à apprendre. Un·e volontaire pour coder un serveur ActivityPub en #Zig ? https://linuxfr.org/news/de-zig-et-des-zags
Because music can be very inspirational from time to time...
Zig & Zag - Them Girls Them Girls (Official Music Video)
I own no copyrights to this video what so ever...
#flashback #zigzag #zigandzag #zig&zag #music #art #video #musicandart #artandmusic #inspirational #90s #artist #kunst #muziek #muziekenkunst #kunstenmuziek #groningen #sceafa #gusknot #gustavknot #kunstenaar #sxm #caribbean #videoart #artvideo #history #historic #stad #grunn #musicvideo
#flashback #zigzag #zigandzag #zig #music #art #video #MusicAndArt #ArtAndMusic #inspirational #90s #artist #kunst #muziek #muziekenkunst #kunstenmuziek #groningen #sceafa #gusknot #gustavknot #kunstenaar #sxm #caribbean #videoart #artvideo #history #historic #stad #Grunn #musicvideo
Updated my wasm4 + #zig games to 11.0 now that it's on arch. I love zig! Check out wasm4, it is a fantasy console with excellent restrictions!
https://gertkeno.itch.io/to-the-core
My first wasm4 game, to the core is a semi-idle game
https://zoopzoopadventures.com/
zoop zoop bee adventures 7 was a project to teach my cute gf 2d game development
https://gertkeno.itch.io/helena-spaghetti-adventure
spaghetti adventure was built as a christmas gift :)
In fact the #zig building system is so good, that it has taken me 40 lines building an adapter for it (when the usual is 200-500)
The #zig language is actually very cool. Its compiler has many aspects of #rust like:
* The #compiler knows how to find all the files of the programs just by passing it the entry point file. This makes unnecessary using a building system in most instances.
* more intelligent errors messages.
I'm just adding support for it to the #neovim #plugin compiler.nvim
#zig #rust #compiler #neovim #plugin
Kelley's "Road to Zig 1.0" talk from 2019 is incisive and insightful. I like it so much that I've rewatched it several times over the past four years.
And I like the fact that #Zig #programming language is still at v0.11.0 in 2023. In law, we call this progressing "with all deliberate speed". See Brown v. Board of Education of Topeka, 347 U.S. 483 (1954).
The #Zig subreddit has been forcibly re-opened and taken over by u/UselessOptions whose entire comment history looks like this (and has *zero* previous interaction with the Zig programming language or subreddit moderation).
RIP r/Zig
Extend a C/C++ Project with Zig (2021)
https://zig.news/kristoff/extend-a-c-c-project-with-zig-55di
#ycombinator #cpp #cabi #ziglang #zig
#ycombinator #cpp #cabi #ziglang #zig
This FFI is lit! 🔥
Zig FFI for great Justice by Isaac Yonemoto
I love #CProgramming and #Zig actually looks pretty good too!
https://youtu.be/kxT8-C1vmd4
Somehow I decide to use #Rust rather than #Zig to implement Apache Arrow data type because Rust support multivalue return. However it can only return up to 2 value. And unlike Zig, Rust wasm can't emit nor import mutable-globals 😞. The `static mut` variables are stored in wasm linear memory instead of being `global mut`.
If my guess is correct, `static mut` should be wrapped in `thread_local` macro to produce #wasm mutable-globals. But… it's not yet supported 🥲
#nusa #rustwasm #rust #zig #wasm
I really like the idea of injectable allocators (go #zig!), but the fact that sticky allocators break value semantics makes me think std::pmr is simply not the right design.
one of the things i love about #Zig is how the build system and compiler are built just out of the standard library. Every major thing they do, like parsing and formatting Zig source code and ELF files, is exposed in the standard library for user code too.
Learning the Zig Programming Language #Programming #Zig @soworston https://blog.adafruit.com/?p=555315