Replies: 1 comment 6 replies
-
The main uses of computation expressions in F# are addressed by LINQ, This means if there is some niche use case for F# computation expressions, C# very likely isn't going to have a great syntax for it. If there is some common use case that's missing, the best option is probably to expand one of the existing syntaxes. Do you have a specific use in mind? |
Beta Was this translation helpful? Give feedback.
6 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.
-
F# has a very nice feature which makes code look nicer compared to what it would be if methods were used directly.
C# linq syntax with
from
andlet
is similar to CE, but it's far less expressive.Beta Was this translation helpful? Give feedback.
All reactions