5 ms·
Aside from relative lack of examples, Zig also changes fundamentally from version to version. LLMs are fundamentally pattern recognizers though. Bun is big wit
by allthetime 2mo ago
Aside from relative lack of examples, Zig also changes fundamentally from version to version.
LLMs are fundamentally pattern recognizers though. Bun is big with lots of repeated conventions - very straight forward to translate those conventions to others (zig to rust)
I’ve been building a toy game engine for learning and have had great success translating small C libs (collision detection and physics for instance) into zig, often in one shot.