|
|
|
|
|
by benrutter
612 days ago
|
|
Yeah I completely agree with this! I really like books for learning because they do exactly this. Take the Rust book, you have a neat and organised collection of the majority of Rust features you're likely to use. An LLM might be handy in answering questions like "Why is the borrow checker failing this code?" but that's a really different proposition to getting a detailed and complete summary of Rust's key features. It could maybe output something along these lines, but I think the output would be considerably less usable and reliable than a book. |
|