s/Odin
A subspace for the Odin Programming Language.
Odin Programming Language Website
๐ Moderated by: clseibold ยท ๐ด 156 days
Posts
Decided to make this subspace for the Odin Programming Language, in case anybody wants to discuss it. Odin is a systems programming language influenced by C, Pascal, and Golang, with an emphasis on manual memory management via allocators, and zero automatic-allocation by the language features (with only exception being map literals, which must be toggled on). Some of my personal favorite features are the following: Strings are defined as u8 slices (a pointer and a length), and for loops...
๐ฌ 3 comments ยท 4 likes ยท 2025-05-20 ยท 1 year ago ยท ๐