rust-like proc_macro is very important, #1504
huiseliming
started this conversation in
Language design
Replies: 1 comment
-
Hi! See 3b674c4, which addresses this topic. In short: macros are very powerful but very complex, and if possible, we'd like to have a simpler model for metaprogramming in Carbon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New language should implement features that C++ lacks,
Can use macros to visit ast for code generation or replace very useful
Beta Was this translation helpful? Give feedback.
All reactions