State the key features of Haskell programming Language?

devquora
devquora

Posted On: Feb 22, 2018

 

Various features of Haskell programming language are
  • Lazy evaluation
  • Statically Typed
  • Type inference
  • Purely functional
  • Concurrent

Haskell is completely functional language, or another term would be mathematical which means that functions have no side effects. With different features, this language provides functional programming, which offers extreme small and compact method for coding programs.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Haskell Interview Questions

    Define Haskell?

    Haskell is the advanced functional programming language. Haskell is the language that is built around functions, usin..

    Haskell Interview Questions

    In which language is Haskell written?

    Haskell is written in various languages. It is a general-purpose programming language; Haskell is formed without h..

    Haskell Interview Questions

    Define list? What are the ways to create a list in Haskell?

     A list is a single linked list like one looks in an imperative language, but there is one major important difference..