Feature Ideas for C#, GO, Rust #6
badamczewski
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
C#:
// user code
[GenerateNameAlias("FuncInt")]
Func<int> f => () => x+1;
f();
//generated code
[CompileGenerated]
private sealed class FuncInt
{
// rest of the code
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What new and exciting feature ideas would you like to see for existing Languages (C#, GO, Rust)?
Here's the current feature set per language:
C#
GO
Rust
It should go without saying but any idea (even a great one) is not going to be automatically a candidate for implementation. I have limited free time and resources so I get to decide what get's implemented, and when :)
Beta Was this translation helpful? Give feedback.
All reactions