Skip to content

YoungHaKim7/zig_lang_exercises

Repository files navigation


link


zig영상 모아보기(내가 공부하려고 만듬)


Zig

https://ziglang.org/

Zig LSP (zls)

https://github.com/zigtools/zls

Zig 문서 검색

Zig Tutorial


zig(.gitignore)

# https://github.com/ziglang/zig/blob/master/.gitignore

.DS_Store

# This file is for zig-specific build artifacts.
# If you have OS-specific or editor-specific files to ignore,
# such as *.swp or .DS_Store, put those in your global
# ~/.gitignore and put this in your ~/.gitconfig:
#
# [core]
#     excludesfile = ~/.gitignore
#
# Cheers!
# -andrewrk

.zig-cache/
zig-out/
/release/
/debug/
/build/
/build-*/
/docgen_tmp/

# Although this was renamed to .zig-cache, let's leave it here for a few
# releases to make it less annoying to work with multiple branches.
zig-cache/

Learning Zig basics, multi threading and sockets in 30 minutes! | CallousCoder

https://youtu.be/E-MPhgtC_2s?si=vvFLBWZrCRDBcmhS

FLTK Zig: Basics(GUI)

https://youtu.be/D2ijlrDStdM


Awesome Zig

https://www.trackawesomelist.com/catdevnull/awesome-zig/readme/

Ziglings

https://github.com/ratfactor/ziglings

답을 다 푼분이 있다. 역시 괴물이 많다. ㅋㅋㅋ

  • Welcome to Ziglings! This project contains a series of tiny broken programs. By fixing them, you'll learn how to read and write Zig code.

Those tiny broken programs need your help! (You'll also save the planet from evil aliens and help some friendly elephants stick together, which is very sweet of you.)

This project was directly inspired by the brilliant and fun rustlings project for the Rust language. Indirect inspiration comes from Ruby Koans and the Little LISPer/Little Schemer series of books.

Intended Audience

This will probably be difficult if you've never programmed before. But no specific programming experience is required. And in particular, you are not expected to have any prior experience with "systems programming" or a "systems" level language such as C.

Each exercise is self-contained and self-explained. However, you're encouraged to also check out these Zig language resources for more detail:


Zig tutorial part1

Zig Tutorial part 1 __ Simon Clavet



  • Zig의 comptime 기능은 매우 강력한 컴파일 타임 평가 기능을 제공하지만 의도적으로 제한적
  • 컴파일 타임 코드 실행 시 호스트 정보에 접근 불가능, 크로스 컴파일에 적합한 설계임
  • 동적 코드 생성, DSL, RTTI, I/O 등은 지원하지 않음, 대신 명시적인 타입 기반 코드 특수화 사용


GlobalYoung Youtube

(zig_lings)Global Young __ zig languages exerciese

Zig Exercieses series

    1. hello zig, std, assignment

한글지그Zig강의_001_hello world_std_assignment_Zig Programming Language tutorial

    1. array

Zig Language Exercises series

한글지그Zig강의 __ 모아 보기 Series Zig Language tutorial



About

My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published