Monthly Archives: January 2007

Well, I Think I’m Funny

I’ve been hard at work the last month or two building an extensible continuous integration implementation. Now that the system is “official”, I figure I should come up with a name for it. I wanted to call it “Generic Build System (GBS)”, pronounced “JEE-bus”. I giggled when I came up with it, but all my [...]

Posted in To Be Categorized | Tagged | Leave a comment

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.

Posted in Classic, To Be Categorized | Tagged , | 11 Comments

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.

Posted in Classic, To Be Categorized | Tagged , , | 3 Comments

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 , , | 14 Comments
  • Categories