/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

argumatronic.com
| | mmhaskell.com
1.6 parsecs away

Travel
| | [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm.
| | lambdaland.org
1.5 parsecs away

Travel
| | This is the story of how I solved a problem (ugly, cumbersome boilerplate code) that I ran into while writing a program in a functional language (Elixir). Functional programming languages often pride themselves on expressiveness and elegance; but occasionally they are not amenable to the most obvious solutions to the problems we wish to solve. In this case, the simplest solution to my problem would have been to have a global mutable variable. But no one likes those.
| | www.parsonsmatt.org
2.5 parsecs away

Travel
| | This post is intended for beginners of functional programming interested in an exploration of laziness, Haskell, and recursion
| | nabeelvalley.co.za
11.4 parsecs away

Travel
| A short introduction to Parser Combinators