Skip to content

Commit 9d79c18

Browse files
committed
intrduce mitchellh
1 parent a1d7004 commit 9d79c18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ See repos [nrdmn/awesome-zig](https://github.com/nrdmn/awesome-zig) & [zigcc/awe
253253

254254
#### Comptime
255255

256-
* :star: [Zig Programming Language Blurs the Line Between Compile-Time and Run-Time](https://andrewkelley.me/post/zig-programming-language-blurs-line-compile-time-run-time.html) - Andrew Kelley
256+
* :star: [Zig Programming Language Blurs the Line Between Compile-Time and Run-Time](https://andrewkelley.me/post/zig-programming-language-blurs-line-compile-time-run-time.html) - Andrew Kelley
257+
* :star: [Conditionally Disabling Code with Comptime in Zig](https://mitchellh.com/writing/zig-comptime-conditional-disable) - [Mitchell Hashimoto](https://mitchellh.com/)
258+
* :star: [Tagged Union Subsets with Comptime in Zig](https://mitchellh.com/writing/zig-comptime-tagged-union-subset) - [Mitchell Hashimoto](https://mitchellh.com/)
257259
* [What is `comptime`?](https://kristoff.it/blog/what-is-zig-comptime/) - [Loris Cro](https://kristoff.it/)
258260
* [Compile-time Programming: A Beginner's Guide to `comptime` in Zig](https://cherel.dev/blog/zig-compiletime-guide/) - Guillaume Chérel
259261

@@ -317,6 +319,7 @@ Do you want to find out why some historical decisions took place? [Zig GitHub Di
317319
* [Loris Cro](https://github.com/kristoff-it) - [blog](https://kristoff.it/)
318320
* [tigerbeetle](https://github.com/tigerbeetle/tigerbeetle) - [blog](https://tigerbeetle.com/blog)
319321
* [Validark](https://github.com/Validark) - [blog](https://validark.github.io/)
322+
* [Mitchell Hashimoto](https://github.com/mitchellh) - [blog](https://mitchellh.com/)
320323

321324
## Tutorials & Workshop Materials
322325

0 commit comments

Comments
 (0)