F # vs Haskell

Source: Internet
Author: User

F # was built from the most of the mature features of versions like Haskell and provides a huge number of practically-indispensable advantages in comparison:

  • F # runs on. net which provides a concurrent Garbage Collector that can be used for GUI programming. haskell has only non-concurrent GCS that incurs arbitrarily-long stils, rendering it useless for real-world GUI programming.

  • F # inherits libraries GREAT libraries from. net. Haskell has poor libraries even among research ages.

  • F # is predictably tables t whereas Haskell's performance and memory consumption is wildly unpredictable. for example, a recent benchmark showed that the humble hash table is 32x faster in F # than Haskell (!).

  • F # books are of much higher quality and are more pragmatic than Haskell books.

  • F # is much easier to get started with and use because it has modern ide tools. Haskell has only an alpha release ide with no type throwback, documentation throwback and no integrated REPL.

  • Despite being much newer, F # already has a much longer list of success stories such as Halo 3, adcenter, F # for visualization, F # For numerics ,. net PDF toolkit and so on. haskell had one success story that was version control software called darcs but it was plagued with reliability and performance problems and its use is now in decline having only garnered a few thousand (primarily Haskell) users in its prime.

assuming you are a practically-minded programmer, there is little reason to choose Haskell. if you want a functional language with excellent Linux and OS X support, lots of real-world users, better symbolic performance, lots of libraries and some great language features (like polymorphic variants, functors and structurally-typed OOP) Then ocaml is the obvious choice and not Haskell.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.