Viewing profile — iambacktomyword
iambacktomyword
HN member- Joined
- Mon, Oct 07, 2024, 7:14 AM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About iambacktomyword
No profile information was provided.
Recent public activity
-
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…
-
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
-
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…
-
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…
-
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