You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tour of Rust has extensive mention of Rust's OOP capabilities, yet there is no mention of its FP capabilities. A quick overview of the TOC doesn't even appear to teach how to create closures! I believe that at the absolute minimum there should be a note about closures, map & filter and maybe also and_then, and quite possibly a small note on how to return functions from functions. I could attempt to write those myself if this is permitted.
The text was updated successfully, but these errors were encountered:
Tour of Rust has extensive mention of Rust's OOP capabilities, yet there is no mention of its FP capabilities. A quick overview of the TOC doesn't even appear to teach how to create closures! I believe that at the absolute minimum there should be a note about closures,
map
&filter
and maybe alsoand_then
, and quite possibly a small note on how to return functions from functions. I could attempt to write those myself if this is permitted.The text was updated successfully, but these errors were encountered: