Added additional inspirations for Ziglings

Ruby Koans is even attributed by rustlings.
The Little Schemer is a personal all-time favorite programming book.
This commit is contained in:
Dave Gauer 2021-02-13 15:47:00 -05:00 committed by GitHub
parent 6c53364b38
commit 2493e93c37

View file

@ -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