|
|
|
|
|
by x3ro
2537 days ago
|
|
While this is very subjective, I tend to agree. All codebases I've read and worked on in C++ were eyesores in all but the simplest places. That being said, I think Rust macros are much worse compared to C++, if you ignore templates. Don't get me wrong, I really like Rust. I just think that it's macros make for some of the most unreadable code I've ever seen. |
|
I've written fancy macros for assembly language programming to support my own looping, iterating, argument passing etc. but I noticed that the other programmers on the team weren't interested in using them.
On the other hand, I'm so grateful to John Wiegley for his use-package macro for emacs lisp.