InterviewSolution
Saved Bookmarks
| 1. |
What is Haskell & Why it is used for? |
|
Answer» Haskell is a statically typed and purely FUNCTION programming LANGUAGE, especially used for its built-in concurrency, easy INTEGRATION with other languages and highly FEATURE including libraries. The language is evolved to best evaluating expressions RATHER than executing instructions. |
|