What is Haskell

Haskell Language



Haskell is general-purpose, computer programming language. It is statically typed language i.e, it indicates the error line into red that went wrong in the program and it won't wait to execute the program. It was purely functional language i.e, given arguments are passed to the function. Haskell runs in a lazy evaluation method that means your provided arguments are not read before sending to the function. This is totally a different programming language.


Here is Henry, who is a banker uses Haskell for financial purpose. He use this language to find out the risk in the financial counterpart.

Applications

  • Financial Sector
  • Google Project (Geneti)
  • NVIDIA (Hand-written tools) 

Comments

Back to Top