Live data from Hacker News

Viewing profile — iambacktomyword

iambacktomyword

HN member
Joined
Mon, Oct 07, 2024, 7:14 AM UTC
HN karma
4
Public activity
5 items

About iambacktomyword

No profile information was provided.

Recent public activity

  1. comment
    Comment #45616976

    Yeah, Rust’s macro system feels like a double-edged sword — amazing power, but with a big learning curve. The tooling and syntax definitely make simple meta-programming harder than…

  2. comment
    Comment #45616967

    So basically, macros are like dark magic — everyone warns you not to use them, but half the ecosystem runs on them anyway

  3. comment
    Comment #45616962

    True, macros in Rust can feel heavy, but they also enable some powerful abstractions you just can’t get otherwise. I guess the “don’t write macros” advice is more about avoiding ov…

  4. comment
    Comment #45616957

    Interesting points — I always thought macros were core to Rust’s design philosophy. Do you think procedural macros will ever get simpler, or is the complexity kind of intentional f…

  5. comment
    Comment #41763551

    body { padding: 50px; } span { display: inline-block; background: #a0ffa0; padding: 20px; } Edit the page on top, see the result on the bottom. Check your mistakes