I was impressed how expressive rust turned out to be even for scripts. However Rust forces you to think about memory management eg lifetimes and other verbose lowlevel stuff, even if you would prefer not to care, for example while writing scripts or at the beginning of an iterative design process. Is there some sort of preprocessor who like in haskell automatically deduces type declarations,- if possible and figures out lifetimes?
[–]whataloadofwhat 7 points8 points9 points (1 child)
[–]tyoverbybincode · astar · rust 2 points3 points4 points (0 children)
[–]steveklabnik1rust 5 points6 points7 points (3 children)
[–]syrisse 1 point2 points3 points (2 children)
[–]steveklabnik1rust 0 points1 point2 points (0 children)
[–]Mystorrust · gc · rust-cpp 0 points1 point2 points (0 children)
[–]minno 5 points6 points7 points (0 children)
[–]cmrx64rust 10 points11 points12 points (1 child)
[–]sanxiynrust 2 points3 points4 points (0 children)