
Haskell
Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of ...
What is Haskell?
Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency and parallelism, debuggers, profilers and rich libraries.
Haskell Screenshots
Haskell Features
Comments and Reviews
Tags
- Programming Language
- development
Category
DevelopmentRecent user activities on Haskell
pyudev liked Haskell
pyudev Upvoted a comment on Python as an alternative to Haskell
While they can be both used for programming all kind of software and even look a bit similar, they are totally different in core functionality. Speaking of static typing vs dynamic typing, no one would want to switch to a dynamic typed language after experiencing Haskell.
pyudev Upvoted a comment on OCaml as an alternative to Haskell
Both languages are functional. It is a better alternative than Python or Java or C etc. I'm wondering why OCaml is not on top of Haskell's alternatives list.
Haskell is a pretty odd programming language, for its interface and syntax aren't "smooth" in the way we are used to. Simply seeing "[ stuff ]" in a program, outside vectors, arrays etc. makes my bones shiver. WIth that "frontend" part done, we may proceed to discuss the base of this language: the fact that it can be very well "chained" is awesome, here talking about compatibility. Haskell functions don't evaluate their parameters (as stated on the official website), meaning that there are many ways you may combine codes. Let me ask though: You're on AlternativeTo reading a REVIEW on Haskell. Really. Go learn a bit about it on the official site, which also allows you to test it out in a shall, giving you instructions etc.