aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-02-13 15:47:00 -0500
committerGitHub <noreply@github.com>2021-02-13 15:47:00 -0500
commitf33d6983028e550ea22cc5b84b1d85efeed37ec9 (patch)
treece0b971125fef95d0741f023d3c30cbb66c94520 /README.md
parentc2cb0e798f4276d783f2653a3c8582452e62a325 (diff)
downloadziglings-f33d6983028e550ea22cc5b84b1d85efeed37ec9.tar.gz
ziglings-f33d6983028e550ea22cc5b84b1d85efeed37ec9.tar.bz2
ziglings-f33d6983028e550ea22cc5b84b1d85efeed37ec9.tar.xz
ziglings-f33d6983028e550ea22cc5b84b1d85efeed37ec9.zip
Added additional inspirations for Ziglings
Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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