#ziglings — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ziglings, aggregated by home.social.
-
Ziglings: Learn Zig by fixing broken programs
https://codeberg.org/ziglings/exercises
#HackerNews #Ziglings #Zig #Learning #Programming #FixingCode #CodingChallenges
-
Hey, if any of y'all are interested in learning #C, I made a project in the spirit of #rustlings and #ziglings: Ceilings! It's still a WIP, but if you know #cprogramming, and there are any improvements to be made, pls open an issue (or better yet, fork)! I'm making the exercises as I learn C myself, following along with my old copy of K&R and a PDF of C Programming: A Modern Approach 😇
-
Ever tried a #TilingWindowManager for an efficient workflow? Using #Wayland already?
Check out https://codeberg.org/river/river #riverWM, a tiling Wayland compositor.
It supports custom "layout generators" and we found an active ecosystem of tools and plugins for the project.
If you know some #Ziglang, you can start hacking right away, or dive into the #ziglings excercises to learn it: https://codeberg.org/ziglings/exercises
Let us know what you think if you tried it!
-
@bugwhisperer And I see you're into #Zig too! Lots of fun and learning. #ziglings and the Zig track on Exercism are great too, although it doesn't have as many exercises as Rust yet
-
#Ziglings was cool.
It took me longer to complete than I thought, but that's only because I got distracted by other things, not because it was hard.
(I was expected a week's worth of free time, but judging by the dates of this thread, it took me a bit more than a month)
-
I've been exploring #zig, a "better C"
Still has footguns, but you have to want to hurt yourself...
The compiler uses clang and takes C which makes it good for gradual rewrites
The #ziglings tutorial is a fun tour of the language, https://github.com/ratfactor/ziglings
I've just pushed my first program to github. A tiny UART shell suitable for microcontrollers just needing a read and write function
It's using termios currently, for a posix shell
https://github.com/ringtailsoftware/zig-embshell