Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ok-ryoko/zig-notes
Ryoko's digital garden for Zig
https://github.com/ok-ryoko/zig-notes
notes zig
Last synced: about 2 months ago
JSON representation
Ryoko's digital garden for Zig
- Host: GitHub
- URL: https://github.com/ok-ryoko/zig-notes
- Owner: ok-ryoko
- License: cc0-1.0
- Created: 2024-04-01T23:55:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:55:49.000Z (6 months ago)
- Last Synced: 2024-12-18T02:16:31.679Z (about 2 months ago)
- Topics: notes, zig
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0
Awesome Lists containing this project
README
# Ryoko’s Zig Notes #
This is [Ryoko]’s [digital garden] for v0.12.0 of the [Zig programming language].
The [notes](./notes) aspire to Andy Matuschak’s concept of [evergreen notes] and are synthesized primarily from:
- the [language reference];
- the [language source code] (mostly *Sema.zig* and test cases);
- discussion surrounding [language issues][ziglang/zig issues], and
- first-hand experience writing Zig.The notes are a work in progress and may contain inconsistencies and errors.
## Scope ##
Ryoko hopes to cover all aspects of the Zig programming language in time. So far, she has written about [pointers](./notes/pointer.md).
## Contributions ##
Because these are Ryoko’s personal notes that represent her evolving mental model of Zig, she’s not accepting pull requests. (She can’t learn effectively from notes she didn’t write on her own.) However, she welcomes [issues] describing suggestions and pointing out errors.
## Licenses ##
All original written work is marked with [CC0 1.0 Universal] and all Zig source code is provided under the [MIT license].
[CC0 1.0 Universal]: https://creativecommons.org/publicdomain/zero/1.0/
[digital garden]: https://maggieappleton.com/garden-history
[evergreen notes]: https://notes.andymatuschak.org/Evergreen_notes
[issues]: https://github.com/ok-ryoko/zig-notes/issues
[language reference]: https://ziglang.org/documentation/0.12.0/
[language source code]: https://github.com/ziglang/zig/tree/0.12.0
[MIT license]: https://choosealicense.com/licenses/mit/
[Ryoko]: https://github.com/ok-ryoko
[Zig programming language]: https://ziglang.org
[ziglang/zig issues]: https://github.com/ziglang/zig/issues