Ope meet Haskell

There are two main styles of programming. Imperative Programming and Declarative Programming. Programs written in the imperative style describe the exact steps the computer should take i.e the “how” while programs written in the declarative style describe the desired result we want i.e the “what”.

Read More