/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

lambdaland.org
| | argumatronic.com
1.7 parsecs away

Travel
| | Occasional writings about Haskell.
| | gbracha.blogspot.com
2.4 parsecs away

Travel
| | In this post, I wanted to make a case for reflection in the context of pure functional programming. I don't know that pure functional langua...
| | mmhaskell.com
1.8 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.
| | www.oranlooney.com
17.5 parsecs away

Travel
| I recently wrote an article which was ostensibly about the Fibonacci series but was really about optimization techniques. I wanted to follow up on its (extremely moderate) success by going in the exact opposite direction: by writing a Fibonacci function which is as slow as possible. This is not as easy as it sounds: any program can trivially be made slower, but this is boring. How can we make it slow in a fair and interesting way?