-
[Zig ❤️ tutorial]Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.코딩Coding/Zig_❤️lang 2022. 6. 15. 19:35728x90
공식 홈페이지
zig_❤️lang_
Introduction
These are all introductions to Zig aimed at programmers with different backgrounds.
- In-depth Overview
Here’s an in-depth feature overview of Zig from a systems-programming perspective. - Why Zig When There is Already C++, D, and Rust?
An introduction to Zig for C++, D, and Rust programmers. - Code Examples
A list of snippets to get a feeling for how Zig code looks. - Tools
A list of useful tools that can help you write Zig code.
Getting started
If you’re ready to start programming in Zig, this guide will help you setup your environment.
Online learning resources
- Zig Learn
A structured introduction to Zig by Sobeston. - Ziglings
Learn Zig by fixing tiny broken programs.
Relevant videos and blog posts
- Road to Zig 1.0 [video]
Video by Andrew Kelley introducing Zig and its philosophy. - Zig’s New Relationship with LLVM
A blog post about the work towards building the Zig self-hosted compiler, also featured in an article by lwn.net.
Zig Tutorial part 1
반응형'코딩Coding > Zig_❤️lang' 카테고리의 다른 글
01.04.2022 - Zig / Strings in 5 minutes (0) 2022.07.12 zig tutorial ❤️| Tsoding Daily진정한 프로그래머 유튜브 (0) 2022.06.30 zig --help❤️ zig명령어로 할 수 있는것들 (0) 2022.06.30 zig언어 -> C언어를 zig파일 변환이 가능하다 ㅎㅎㅎ 대박이네 ㅋ 근데 macOS는 버그가 있는듯 ㅠㅠ 불완전하게 변환된다. (0) 2022.06.30 Migrating from Zig ❤️to Jai | Tsoding Daily (0) 2022.06.27 Zig Language 공식문서 (0) 2022.06.23 Zig 배우기 ziglearn.org (0) 2022.06.23 Zig❤️(programming language) C를 대체하기 위해 만들어진 언어 (0) 2022.04.27 - In-depth Overview