It may be interesting to add a grid comparison of features available in functional vs C# in the readme file. Here is a preview (not sure of the correct version) :
| Functional features |
C# equivalent |
C# version |
SuccincT equivalent |
SuccincT version |
| Pattern matching |
|
|
|
|
|
is and switch / when |
C# 7 |
|
|
| Discriminated Unions |
|
Planned for C# 8 |
|
|
| Option |
|
N/A |
|
|
| Partial applications |
|
N/A |
|
|
What do you think?
It may be interesting to add a grid comparison of features available in functional vs C# in the readme file. Here is a preview (not sure of the correct version) :
isandswitch / whenWhat do you think?