Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ML language like type inference #12694

Closed
ijsgaus opened this issue Jul 23, 2016 · 3 comments
Closed

ML language like type inference #12694

ijsgaus opened this issue Jul 23, 2016 · 3 comments

Comments

@ijsgaus
Copy link

ijsgaus commented Jul 23, 2016

Future request.
FSharp and Nemerle has advanced type inference algorithms, compared to c#. Introducing in language functional behavior almost identical to ML language family, i like to have ML language family quality of type inference algorithms.

@svick
Copy link
Contributor

svick commented Jul 23, 2016

My view:

Would improving type inference in some specific cases, like #303, #6207 or #2319 make sense? Definitely.

Would making type inference stronger in general make sense? Maybe.

Would adopting full F#-like type inference in C# make sense? No, because C# was not designed with type inference in mind. F# has several features that together make type inference work well, e.g. no implicit conversions, very limited support for overloading, pattern matching and discriminated unions.

Due to lack of those features in C#, I think adding full type inference would be very hard (impossible?) and it would also be much less useful than in F#. That's why I think F#-style type inference does not have place in C#.

@iam3yal
Copy link

iam3yal commented Jul 26, 2016

Aggressive type inference was declined, also, look here.

Now, there are things like more type inference for generics due to their verbose nature that will likely be added at some point but that's about it.

@gafter
Copy link
Member

gafter commented Sep 11, 2017

We are now taking language feature discussion in other repositories:

Features that are under active design or development, or which are "championed" by someone on the language design team, have already been moved either as issues or as checked-in design documents. For example, the proposal in this repo "Proposal: Partial interface implementation a.k.a. Traits" (issue 16139 and a few other issues that request the same thing) are now tracked by the language team at issue 52 in https://github.com/dotnet/csharplang/issues, and there is a draft spec at https://github.com/dotnet/csharplang/blob/master/proposals/default-interface-methods.md and further discussion at issue 288 in https://github.com/dotnet/csharplang/issues. Prototyping of the compiler portion of language features is still tracked here; see, for example, https://github.com/dotnet/roslyn/tree/features/DefaultInterfaceImplementation and issue 17952.

In order to facilitate that transition, we have started closing language design discussions from the roslyn repo with a note briefly explaining why. When we are aware of an existing discussion for the feature already in the new repo, we are adding a link to that. But we're not adding new issues to the new repos for existing discussions in this repo that the language design team does not currently envision taking on. Our intent is to eventually close the language design issues in the Roslyn repo and encourage discussion in one of the new repos instead.

Our intent is not to shut down discussion on language design - you can still continue discussion on the closed issues if you want - but rather we would like to encourage people to move discussion to where we are more likely to be paying attention (the new repo), or to abandon discussions that are no longer of interest to you.

If you happen to notice that one of the closed issues has a relevant issue in the new repo, and we have not added a link to the new issue, we would appreciate you providing a link from the old to the new discussion. That way people who are still interested in the discussion can start paying attention to the new issue.

Also, we'd welcome any ideas you might have on how we could better manage the transition. Comments and discussion about closing and/or moving issues should be directed to #18002. Comments and discussion about this issue can take place here or on an issue in the relevant repo.


This issue isn't specific enough to interpret as a language feature request, and there has been no recent discussion. If you are interested in continuing the discussion, you are welcome to open a new issue at csharplang.

@gafter gafter closed this as completed Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants