blob: 9457c9c7c6c4270e61af961e8d0402430cfe8b2d (
plain)
1
2
3
4
5
6
7
8
9
10
|
Zig is an open-source programming language designed for robustness,
optimality, and clarity.
* Robust - behavior is correct even for edge cases such as out
of memory.
* Optimal - write programs the best way they can
behave and perform.
* Clear - precisely communicate your intent
to the compiler and other programmers. The language imposes a
low overhead to reading code.
|