minor readme rewording

This commit is contained in:
Andrew Kelley 2016-02-09 19:26:15 -07:00
parent d8f6388b63
commit 0c7f33456e

View file

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