So happy to see this language develop rapidly. I want Zig for simple, rapid and fun microcontroller development. There's just no satisfying options right now.
I played around with it some months ago. It was an adventure so to speak. Even discovered bugs in LLVM itself. Andy was very responsive to bug requests, so I got a demo working pretty quickly.
I'm hoping to do another pass soon, perhaps contribute a bit to the compiler.
I've had fun writing some stuff in CircuitPython [0] (a fork of MicroPython mostly geared towards Adafruit microcontroller boards). At the moment it is geared more towards educational and hobbyist uses, but there is a quite a bit you can do with it.
I played around with it some months ago. It was an adventure so to speak. Even discovered bugs in LLVM itself. Andy was very responsive to bug requests, so I got a demo working pretty quickly.
I'm hoping to do another pass soon, perhaps contribute a bit to the compiler.
The demo is here: https://github.com/skyfex/zig-nrf-demo
Probably doesn't work anymore.. but that's the way it goes with a developing language :) That's part of the fun