|
|
|
|
|
by treyd
396 days ago
|
|
You eventually learn you leverage lifetimes. You just need to get over that point in the learning curve. I very rarely run into those types of issues, and it's very freeing knowing that I can write libraries that are so hard to misuse because you can leverage the type system. And macros are a part of that! |
|
Rust's macros on the other hand are excellent, and more languages should have expressive macros like that.