Skip to content

Commit 0f3a162

Browse files
committed
Expand the description of Zig
1 parent ed7c139 commit 0f3a162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zig/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ zig run top_ten_scorers.zig < ../test/wnba_input
2020

2121
## About Zig
2222

23-
The Zig language was created by Andrew Kelley in 2016, as a pragmatic alternative to the venerable <a href="https://github.com/rtoal/ple/tree/main/c">C</a> programming language. Zig offers many safety features and a comprehensive ecosystem for building and testing. It is known for having “no surprises”: there are no hidden function calls and no hidden memory allocations.
23+
The Zig language was created by Andrew Kelley in 2016, as a pragmatic alternative to the venerable <a href="https://github.com/rtoal/ple/tree/main/c">C</a> programming language. Zig offers many safety features and a growing ecosystem for building and testing. It is known for having “no surprises”: there are no hidden function calls and no hidden memory allocations. Unlike C, Zig has no preprocessor and no macros. Zig does add option types, generics, and custom allocators.
2424

2525
## Zig Resources
2626

@@ -35,7 +35,7 @@ Continue your exploration of Zig via:
3535

3636
## Zig Open Source Projects
3737

38-
Studying, and contributing to, open source projects is an excellent way to improve your proficiency in any language. Of the many projects using Lua, you may enjoy:
38+
Studying, and contributing to, open source projects is an excellent way to improve your proficiency in any language. Of the many projects using Zig, you may enjoy:
3939

4040
- [Trending Zig Repositories on GitHub](https://github.com/trending/zig)
4141
- [tigerbeetle](https://github.com/tigerbeetle/tigerbeetle)

0 commit comments

Comments
 (0)