mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
minor readme rewording
This commit is contained in:
parent
d8f6388b63
commit
0c7f33456e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# zig lang
|
||||
|
||||
An experiment in writing a low-level programming language with the intent to
|
||||
replace C. Zig intends to be a small language, yet powerful enough to write
|
||||
A system programming language intended to replace C.
|
||||
|
||||
Zig intends to remain a small language, yet powerful enough to write
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue