cognitive-engineering-lab / rust-book

The Rust Programming Language: Experimental Edition
https://rust-book.cs.brown.edu
Other
592 stars 92 forks source link

[Suggestion] Extracting quizzes #113

Open Ethkuil opened 1 year ago

Ethkuil commented 1 year ago

How about extracting all the quizzes? I feel the quizzes are of great quality, but what makes it inconvenient is that they are mixed with the book.

I have read Rust book, but in my first language not English. And there may be many newbies similar to me.

Translation is unnecessary at first. Because newbies may just be unfamiliar with English but still be able to read English, especially while quizzes are short.

MisterDerpie commented 1 year ago

This book is a fork of https://doc.rust-lang.org/book/, as stated in the first page of this book https://rust-book.cs.brown.edu/. If you prefer a version without quizzes, you may want to read the first version linked above.

Ethkuil commented 1 year ago

This book is a fork of doc.rust-lang.org/book, as stated in the first page of this book rust-book.cs.brown.edu. If you prefer a version without quizzes, you may want to read the first version linked above.

Ah maybe I didn't express clearly. I mean I prefer a version only quizzes.

willcrichton commented 1 year ago

I think that's a great idea. I don't have plans to host that quiz myself, but I will point out that all the quizzes are in a simple TOML format that could be easily concatenated if someone wants to do so: https://github.com/cognitive-engineering-lab/rust-book/tree/main/quizzes