What tasks is F # most suitable for?

I read a lot about F # and saw some sample code of some nice features like piping.

For a casual business application, which modules are best suited for programming in F # or will they be most useful for readability / clarity?

+6
design f #
source share
1 answer

There are already many such questions. See for example:

  • https://stackoverflow.com/questions/328329/why-should-i-use-f
  • https://stackoverflow.com/questions/47315/f-real-world-apps
  • https://stackoverflow.com/questions/179332/anyone-actually-using-f-in-production
  • https://stackoverflow.com/questions/39492/where-can-f-actually-save-time-and-money

(Marked this as a wiki community so others can add other relevant links)

+6
source share

All Articles