| ... | @@ -1,7 +1,8 @@ | ... | @@ -1,7 +1,8 @@ |
| 1 | # zig lang | 1 | # zig lang |
| 2 | | 2 | |
| 3 | An experiment in writing a low-level programming language with the intent to | 3 | A system programming language intended to replace C. |
| 4 | replace C. Zig intends to be a small language, yet powerful enough to write | 4 | |
| | 5 | Zig intends to remain a small language, yet powerful enough to write |
| 5 | optimal, readable, safe, and concise code to solve any computing problem. | 6 | optimal, readable, safe, and concise code to solve any computing problem. |
| 6 | | 7 | |
| 7 | Porting a C project to Zig should be a pleasant experience - every C feature | 8 | Porting a C project to Zig should be a pleasant experience - every C feature |