Y
Hacker News
new
|
ask
|
show
|
jobs
by
magicalhippo
1121 days ago
> I would much have preferred to keep C# OO and use F# when you want to go functional.
What's stopping you? You can mix and match C# and F# on the .Net platform, no?
1 comments
jackmott42
1121 days ago
Yes, its pretty straightforward to have a .NET solution with a mix of C# and F# projects that can refer to each other.
link