aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-13 20:36:15 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-13 20:36:15 -0500
commit96cb465fb855106d92d391e35923478abecd6098 (patch)
tree3224e9428d923d0edfd447e2f371e77e5ae59a98 /README.md
parentee8fbbd65d18706aea420563a3faaf016b026658 (diff)
parent2493e93c378a8a499e66d5629b3a2f84ad12d0f5 (diff)
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 616e3d8..2d8bf68 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
# ziglings
-Welcome to `ziglings`! This project contains a series of incomplete exercises.
-By completing the exercises, you learn how to read and write
+Welcome to `ziglings`! This project contains a series of tiny broken programs.
+By fixing them, you'll learn how to read and write
[Zig](https://ziglang.org/)
-code.
+code!
This project was directly inspired by the brilliant and fun
[rustlings](https://github.com/rust-lang/rustlings)
project for the [Rust](https://www.rust-lang.org/) language.
+Indirect inspiration comes from [Ruby Koans]( http://rubykoans.com/)
+and the Little LISPer/Little Schemer series of books.
## Intended Audience