Recent Forum Threads
I recently dabbled in Rust and noticed that the explicit nature of ownership (Box pointers) reall…
I noticed in the core branch that Maybe exists as a member of an enum defining the type in a type…
Hey Bill,
I recently began playing around with Odin and noticed that you have incorporated slice…
Recent Forum Replies
Steve, I think that the sheer number of & and &mut would be totally context dependent. I …
I agree with you CapatainKraft that the borrow checker does become less burdensome over time. Als…
I agree that C++ needs more of an overhaul rather than anything else. In some places the language…
I actually use asserts in my C code as well to cover the cases where I may receive a null pointer…
I will preface the following statements with the caveat that I am not a professional developer.
…