mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
README: update the short description of what zig is
This commit is contained in:
parent
0237e7a701
commit
c806de8ae7
@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
A general-purpose programming language designed for **robustness**,
|
A general-purpose programming language for maintaining **robust**, **optimal**,
|
||||||
**optimality**, and **maintainability**.
|
and **reusable** code.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|||||||
@ -164,15 +164,17 @@
|
|||||||
<div id="contents">
|
<div id="contents">
|
||||||
{#header_open|Introduction#}
|
{#header_open|Introduction#}
|
||||||
<p>
|
<p>
|
||||||
Zig is a general-purpose programming language designed for <strong>robustness</strong>,
|
Zig is a general-purpose programming language for maintaining <strong>robust</strong>,
|
||||||
<strong>optimality</strong>, and <strong>maintainability</strong>.
|
<strong>optimal</strong>, and <strong>reusable</strong> code.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Robust</strong> - behavior is correct even for edge cases such as out of memory.</li>
|
<li><strong>Robust</strong> - behavior is correct even for edge cases such as out of memory.</li>
|
||||||
<li><strong>Optimal</strong> - write programs the best way they can behave and perform.</li>
|
<li><strong>Optimal</strong> - write programs the best way they can behave and perform.</li>
|
||||||
<li><strong>Maintainable</strong> - precisely communicate intent to the compiler and other programmers.
|
<li><strong>Reusable</strong> - the same code works in many environments which have different
|
||||||
The language imposes a low overhead to reading code and is resilient to changing requirements
|
constraints.</li>
|
||||||
and environments.</li>
|
<li><strong>Maintainable</strong> - precisely communicate intent to the compiler and
|
||||||
|
other programmers. The language imposes a low overhead to reading code and is
|
||||||
|
resilient to changing requirements and environments.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Often the most efficient way to learn something new is to see examples, so
|
Often the most efficient way to learn something new is to see examples, so
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user