Skip to content

YoungHaKim7/zig_lang_exercises

Repository files navigation

Zig

https://ziglang.org/

Zig LSP (zls)

https://github.com/zigtools/zls

Zig 문서 검색


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




GlobalYoung Youtube

github - 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



Releases

No releases published

Packages

No packages published

Languages