| author | |
| committer | |
| log | 0c7f33456efef7d0f6ec24a1514d0fc677c051a5 |
| tree | 3f4ff937bec322a0484a92d657c53500e502f9a7 |
| parent | d8f6388b63b3c4abe235a5fe0a49e9b18f6fb2f5 |
1 files changed, 3 insertions(+), 2 deletions(-)
README.md+3-2| ... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 | # zig lang |
| 2 | 2 | |
| 3 | An experiment in writing a low-level programming language with the intent to | |
| 4 | replace C. Zig intends to be a small language, yet powerful enough to write | |
| 3 | A system programming language intended to replace C. | |
| 4 | ||
| 5 | Zig intends to remain a small language, yet powerful enough to write | |
| 5 | 6 | optimal, readable, safe, and concise code to solve any computing problem. |
| 6 | 7 | |
| 7 | 8 | Porting a C project to Zig should be a pleasant experience - every C feature |