Patterns to mix F# and C# in the same solution

前端 未结 8 771

I studied few functional languages, mostly for academical purposes. Nevertheless, when I have to project a client-server application I always start adopting a Domain Driven

8条回答
  •  长发绾君心
    2020-12-24 12:07

    Yes, in future I think that we must combine these kinds of languages like OOP (C#) with Functional language (F#) to take advantage of multicore processing. C# 4 has classes to support this but some things are done better in F#.

提交回复
热议问题