Hacker News new | ask | show | jobs
by ohazi 3414 days ago
This new book isn't finished yet, is it? If I remember correctly [0], there were several more chapters to go, and a likely timeline of months...

[0] https://github.com/rust-lang/book/issues

3 comments

Definitely not finished yet. The complete text of Chapter 19 is currently:

  More Lifetimes
  Lifetimes that depend on other lifetimes

  'a: 'b stuff: subtyping
  Higher ranked trait bounds
   
  for<'a>
  
  Needed for closures
> a likely timeline of months...

I am forbidden by my coauthor to prognosticate about due dates, but let's just say that... well, I won't say anything ;)

I'm almost done with the first draft of chapter 15.

> I am forbidden by my coauthor to prognosticate about due dates

TRUE FACT. Everyone here knows how hard it is to estimate, we'll let everyone know once it's done instead :)

It is not yet finished, no-- Chapters 15 to the end are merely outlines at this point.