Categories
Sponsor Us
The Enfranchised Mind has been online since 2006 and boasts thousands of conversations, many author open source projects, and high traffic. Help continue EnfranchisedMind: sponsor us and we will set aside some space in the sidebar or footer to feature you.
Monthly Archives: January 2007
Java’s Failure to be Lazy
Laziness is cool, and Java all but completely fails to be lazy, which is a shame considering how useful the trick is.
Sorting Lazy Lists
I've come up with a neat algorithm for sorting lazy lists. I'm not sure if it's original or not, but it's a neat enough trick I thought I'd pass it on.
Ocaml Lazy Lists- An Introduction
Solidifying this blogs iron-fisted hold on being the leading provider of information for Ocaml Lazy Lists (hope you weren't drinking there), I thought I'd add in some old-fasioned meanderings on the subject. Lazy lists are, I beleive, a powerful and usefull concept. Unfortunately, they are virtually unknown outside of the functional programming community, and, I think, under appreciated even within the functional language community. There use and power deserves to be popularized.
Posted in Classic, OCaml Tagged Functional Languages: Ocaml, Haskell, Programming and Software Development 14 Comments
Well, I Think I’m Funny