Odin, A Pragmatic C Alternative with a Go Flavour
Odin is a general-purpose systems programming language authored by Bill “gingerBill” Hall.
Designed as a modern alternative to C, Odin emphasizes simplicity, performance, and readability
without sacrificing control over low-level details.
The website says it’s “data-oriented”, and features such as SOA (structs-of-arrays) and implicit zero initialization tie into that. Despite this focus, the language surprisingly has dynamic
maps and arrays built into the language itself. While the memory is sti...
Read more at bitshifter-1.github.io