Replies: 1 comment 1 reply
-
V doesn't support macros, and hopefully never will. However, at least some of the functionality mentioned may be achievable in V without resorting to macros. With compile-time functions, run-time reflection, hot-code reloading, etc., you can do all sorts of fun things. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I like vlang's simplicity, and I also like rust's proc macro (https://doc.rust-lang.org/reference/procedural-macros.html), which really makes rust unique.
I'd like to check if it can be supported in vlang?
Beta Was this translation helpful? Give feedback.
All reactions