From 2493e93c378a8a499e66d5629b3a2f84ad12d0f5 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 13 Feb 2021 15:47:00 -0500 Subject: [PATCH] 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(+) 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