tags: add why-zig

This commit is contained in:
Faye Keller 2022-07-14 14:46:12 +02:00
parent 568d7bc147
commit dc9131dce5
No known key found for this signature in database
GPG key ID: 88340EC1216F4A5C

View file

@ -98,4 +98,12 @@ cp -r misc /usr/local/bin/
**2.** Add alias to bashrc
`echo "alias bun='sde -chip-check-disable -- bun'" >> ~/.bashrc`
"""
[why-zig]
keywords = ["why-zig", "zig", "zig-lang", "zig lang bun"]
content = """
[**Zig**](https://ziglang.org/) is a general-purpose programming language and toolchain for maintaining **robust**, **optimal** and **reusable** software.
Its **low-level control over memory** and **lack of hidden control flow**, whilst retaining **simplicity** and **flexibility**, makes building _fast_ software (in development time as well) relatively easier.
"""