-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Description
Hello, i think memory management and borrowing becomes easy when we use recursion in rustlang. but as i have observed there is very poor support for recursion in rust. that is what making rust for beginner to come and start doing stuff. this is my honest opinion. The solution is if in rust, we provide tail recursion optimization then there will be no need to implement drop trait for those custom data structures, which is again confusing and kinda complex.why i am telling you is lot of my friends leave rust because these issues are killing productivity and at the end of the day people want to be productive. i love rust a lot a lot
a lot. that is why i am doing all of these to make sure, these kinda end user issues gets solved.
I hope you guys will consider this rookie's request and may be think about it.