Odin by Example
Odin is a modern compiled systems programming language that 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
Odin by Example (ODE) is a collection of examples that display numerous concepts and core library features.
GitHub: https://github.com/gingerBill/Odin
Warning: This language is still in developed and labelled as alpha.
Warning: Odin is only available on Windows 64-bit at the moment however, other platforms are coming soon.