by admin | Apr 6, 2020 | A Journey Into Haskell, Uncategorized
“Learn You a Haskell” Chapter 3: So in Learn you a Haskell the book chapter 3 covers pattern matching, guards, using where, and let in. Part 4 is exclusively covering recursion. I am currently have been practicing pattern matching, guards, and using where....
by admin | Mar 31, 2020 | Uncategorized
So March is coming to a close, and I think it has been one of the intense months of my life. The coronavirus has created a dramatic change in everyone’s lives. I hope that all the readers out there have been able to stay safe at this time. Cardano For the...
by admin | Mar 18, 2020 | A Journey Into Haskell, Uncategorized
What is Haskell? Haskell is a functional language, whereas most popular programming languages are imperative languages. Imperative languages allow you to give a computer a set of instructions; the computer then executes them. Whereas with functional languages, you...
by admin | Mar 10, 2020 | A Journey Into Haskell, Uncategorized
My Introduction into Functional Programming Before I decided to learn more about Haskell and functional programming, I had almost no interactions with the language other than the occasionally hearing about its difficulty and small viable use cases. Right before...
by admin | Feb 25, 2020 | A Journey Into Haskell, Uncategorized
Inspiration for Learning Haskell This post is the first of it is kind here, but it will not be the last. I recently decided to take the dive into functional programming. I have a few years of programming experience in school and as a hobby. Recently I felt like the...
Recent Comments