I am a beginner in functional programming. I am just beginning this functional journey. So, take this with a grain of salt. This is just my understanding and i hope it helps some people. MonadsFunctional programming is all about function composition. And to achieve a better composition we need to have pure functions. A pureContinue reading “Functional programming from beginner’s perspective.”
Tag Archives: functional
Declarative programming
As a beginner in functional programming I had trouble in understanding declarative style of programming and how it is different from imperative. In my eyes they both looked same. My aha moment was when i was reading some comments in reddit and someone said that excel is a declarative programming. In excel you describe whatContinue reading “Declarative programming”