Hacker News new | ask | show | jobs
by alexis2b 1032 days ago
If only C# had a brother language that would expose a nice functional syntax while keeping full interop and the benefits on running on the CLR ;-)

Nice thought experiment though!

2 comments

F# is gorgeous. For anyone dipping their toes into functional programming, the book Domain Modeling Made Functional by Scott Wlaschin [1] does a great job to get the basics of F# and, more importantly, how to use a functional, strongly-typed language to model a domain for business applications.

[1]: https://pragprog.com/titles/swdddf/domain-modeling-made-func...

I see what you did there.

Came here to say something similar.

Concur