|
|
|
|
|
by falcolas
1557 days ago
|
|
The one thing to keep in mind is that even though it's written in a literate programming style, it's not in order. So implementation in your own language (say, Rust) is completely possible, but it won't be easy. Especially since the book's code is optimized and idiomatic C++, and that can make it challenging to get past the borrow checker. |
|