From 0b0dba168fb5a988fda0d43cb84dce68f25752fc Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 13 Feb 2021 11:23:53 -0500 Subject: Updating README description of project Also updated the GitHub project description to: "Learn the Zig programming language by fixing tiny broken programs." I think it sounds more of a fun challenge this way rather than the more academic "learn by doing exercises". I mean, who wouldn't want to come help these "tiny broken programs"?!? --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 616e3d8..e945cbb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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) -- cgit v1.2.3-ZIG From f33d6983028e550ea22cc5b84b1d85efeed37ec9 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 13 Feb 2021 15:47:00 -0500 Subject: Added additional inspirations for Ziglings Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e945cbb..2d8bf68 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ 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 -- cgit v1.2.3-ZIG