mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -05:00
Merge branch 'main' of github.com:ratfactor/ziglings into main
This commit is contained in:
commit
e8c5f411f2
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ sweet of you.)
|
||||||
This project was directly inspired by the brilliant and fun
|
This project was directly inspired by the brilliant and fun
|
||||||
[rustlings](https://github.com/rust-lang/rustlings)
|
[rustlings](https://github.com/rust-lang/rustlings)
|
||||||
project for the [Rust](https://www.rust-lang.org/) language.
|
project for the [Rust](https://www.rust-lang.org/) language.
|
||||||
Indirect inspiration comes from [Ruby Koans]( http://rubykoans.com/)
|
Indirect inspiration comes from [Ruby Koans](http://rubykoans.com/)
|
||||||
and the Little LISPer/Little Schemer series of books.
|
and the Little LISPer/Little Schemer series of books.
|
||||||
|
|
||||||
## Intended Audience
|
## Intended Audience
|
||||||
|
@ -30,6 +30,8 @@ to also check out these Zig language resources for more detail:
|
||||||
* https://ziglearn.org/
|
* https://ziglearn.org/
|
||||||
* https://ziglang.org/documentation/master/
|
* https://ziglang.org/documentation/master/
|
||||||
|
|
||||||
|
Also, the [Zig community](https://github.com/ziglang/zig/wiki/Community) is incredibly friendly and helpful!
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Install a [development build](https://ziglang.org/download/) of the Zig compiler.
|
Install a [development build](https://ziglang.org/download/) of the Zig compiler.
|
||||||
|
|
Loading…
Reference in a new issue