You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was really hoping for something along the lines of Rust's macro system so that I could remove some runtime updates I do to Expressions (via visitors) and replace it with compile time code. Being able to alter the code at the statement level would make C# sooo much more expressive. It could mean a lot of proposed features could be implemented as generators - like record classes.
The text was updated successfully, but these errors were encountered:
I was really hoping for something along the lines of Rust's macro system so that I could remove some runtime updates I do to
Expression
s (via visitors) and replace it with compile time code. Being able to alter the code at the statement level would make C# sooo much more expressive. It could mean a lot of proposed features could be implemented as generators - like record classes.The text was updated successfully, but these errors were encountered: