this post was submitted on 26 Apr 2025
118 points (96.1% liked)
Programmer Humor
35296 readers
284 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
C# covers all feature of functional programming that comes to mind from Go (edit: not Go, what was it, Haskell?).
Traits? Done. Monads? Done. Functions as params? Sure. Closures, errors as values, whatever you want.
What are the specific language features you're looking for or think are missing in C#?