코딩Coding/Zig_❤️lang
-
Zig❤️Should You Learn C Before Zig?코딩Coding/Zig_❤️lang 2023. 1. 15. 14:39
https://youtu.be/dK41zamWqz8
-
Uber가 Zig를 사용하는 방법 (jakstys.lt)코딩Coding/Zig_❤️lang 2023. 1. 14. 09:38
https://news.hada.io/topic?id=6616 Uber가 Zig를 사용하는 방법 | GeekNews Uber는 "zig cc" (bazel-zig-cc)를 사용하여 C/C++ 코드를 컴파일→ 현재는 Go Monorepo 에서만. C/C++ 툴체인 사용중인 다른 언어로도 확장 계획이 있음→ glibc 버전 선택이 가능하며, macOS 크로스 컴파일 가능 news.hada.io Uber가 Zig를 사용하는 방법 (jakstys.lt)
-
Goodbye to the C++ Implementation of Zig❤️: How we used WebAssembly코딩Coding/Zig_❤️lang 2022. 12. 9. 11:13
https://www.reddit.com/r/Zig/comments/zgbx4g/goodbye_to_the_c_implementation_of_zig_how_we/?utm_source=share&utm_medium=ios_app&utm_name=iossmf Goodbye to the C++ Implementation of Zig: How we used WebAssembly to annihilate 80,000 lines of legacy code Posted in r/Zig by u/superjoe30 • 61 points and 4 comments www.reddit.com Goodbye to the C++ Implementation of Zig: How we used WebAssembly to ann..
-
zig LSP helix editor 설정하기코딩Coding/Zig_❤️lang 2022. 11. 2. 01:28
https://github.com/zigtools/zls GitHub - zigtools/zls: Zig LSP implementation + Zig Language Server Zig LSP implementation + Zig Language Server. Contribute to zigtools/zls development by creating an account on GitHub. github.com From Source Building zls is very easy. You will need a build of Zig master to build zls. git clone --recurse-submodules https://github.com/zigtools/zls cd zls zig build..
-
Packed structs in Zig make bit/flag sets trivial코딩Coding/Zig_❤️lang 2022. 8. 31. 11:05
Packed structs in Zig make bit/flag sets trivial https://devlog.hexops.com/2022/packed-structs-in-zig/ Packed structs in Zig make bit/flag sets trivial As we've been building Mach engine, we've been using a neat little pattern in Zig that enables writing flag sets more nicely in Zig than in other languages. Here's a brief explainer. devlog.hexops.com