24

Definitive guide of rust for functional programmers:

Don't

Comments
  • 4
    I am Python dev and when I first saw Rust I was like "oh, this looks like best mix of Python and C++"... oh boy... how I was mistaken...

    Their policy "you should do this the way Rust creators meant it to be used, otherwise it is a bad practice" is ridiculous. Saw multiple issues about inheritance being possible, but not described anywhere being torn apart by creators...
  • 2
    @blem14 im not saying its a bad language, its definitely not, its just "rust is functional" say all the guides. Unless you vant to use vectors in any form because all the standard vector operations work on references and theres no (simple) way to deal with data in an immutable fashion.
  • 0
    @M1sf3t on't?
  • 0
    @blem14 it's ridiculous for small projects but a godsend for bigger ones
Add Comment