

Odin
The Odin programming language is fast, concise, readable, pragmatic and open sourced. It is designed with the intent of replacing C with the following goals:
Features
Properties
- Lightweight
Features
- Portable
- Support for scripting
Tags
- programming
Odin News & Activities
Recent activities
POX added Odin as alternative to Unison Programming Language- POX added Odin as alternative to Gleam Language
Odin information
What is Odin?
The Odin programming language is fast, concise, readable, pragmatic and open sourced. It is designed with the intent of replacing C with the following goals:
• simplicity • high performance • built for modern systems • joy of programming
Features of Odin
• Built-in types: strings, array, slices, dynamic arrays, maps, 128-bit integers, endian-specific integers • Multiple return arguments • Consistent value declaration syntax • Parametric polymorphism • Compile time conditions (when statements) and stress where there is not full blown compile time execution • The context system and memory allocator system • Explicit procedure overloading


