January 2019
Intermediate to advanced
316 pages
8h 8m
English
Many of the established programming languages today are multi-paradigm languages, but still remain focused on the principles of object orientation. This means that they have classes, methods, interfaces, inheritance, and so on, none of which can be found in Rust, giving it a steep learning curve for many established developers.
As a multi-paradigm language, Rust has many functional concepts ...