aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit2493e93c378a8a499e66d5629b3a2f84ad12d0f5 (patch)
treece0b971125fef95d0741f023d3c30cbb66c94520
parent6c53364b38e2f729186be5dbaf431ab1aafbee73 (diff)
Added additional inspirations for Ziglings
Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book.
-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