@lanodan like srslywtf why does C let you accidentally pass something that's not a pointer to a function that takes a pointer parameter. Why does that compile. Makes no sense
@be Possibly where we differ a lot, I'm more of a "I will try figure it out" person when it comes to compiler shananigans. And don't get me wrong, on a big project perhaps but I guess I will take it step by step in a modular sense.
Not a big fan in those cases (i.e. when coding in C) of RAD, RAD in C is bad, rust probably shines there - I can believe that
@deavmi I strongly disagree. Immutability by default is great. If you mess up the compiler, or better yet Rust Analyzer, tells you immediately and just add mut if you need it.