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 c2cb0e798f
commit f33d698302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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