mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
remove reference to "above referenced documents", since that sentence is not relevant to this wiki page
parent
6da0d7b5b8
commit
f458242651
@ -29,7 +29,7 @@ Needless to say, there is no builtin garbage collector, like in Go.
|
||||
|
||||
## First-class support for no standard library
|
||||
|
||||
This was covered a bit in the documents I referenced above, but it's worth repeating again. Zig has an entirely optional standard library that only gets compiled into your program if you use it. Zig has roughly equal support for either linking against libc or not linking against it. Zig wants to be friendly to bare-metal and high-performance development.
|
||||
Zig has an entirely optional standard library that only gets compiled into your program if you use it. Zig has roughly equal support for either linking against libc or not linking against it. Zig wants to be friendly to bare-metal and high-performance development.
|
||||
|
||||
|
||||
## A Portable Language for Libraries
|
||||
|
Loading…
Reference in New Issue
Block a user