Hacker News new | ask | show | jobs
by rad_gruchalski 1295 days ago
> put code instructing the compiler to do stuf in fucking comments

Funny considering how Rust does stuff.

Both approaches have pros and cons. One either digs through a shitload of macros, or commits explicit auto generated code.

1 comments

Yeah the annotations in Rust suffer from bit of that but macros don't.

I yearn for ability to make error handling macros...