Here’s a quick little note that has been bugging me for a while, and nobody wants to talk about it right now on IRC. I think the By functions: sortBy :: (a -> a -> Ordering) -> [a] -… more →
Luke Palmerjohngunderman wrote 4 hours ago: Recently I’ve begun to learn Haskell, the lazy functional language. Haskell is backed by a lar … more →
llaisdy wrote 2 days ago: A comment in the discussion on decorate-sort-undecorate in Haskell pointed out to me that my naive a … more →
Remco Niemeijer wrote 2 days ago: Today’s Programming Praxis problem is about the Playfair Cipher, a way of encrypting messages that w … more →
guntaka wrote 3 days ago: Good post on stackoverflow.com Tagged on delicious … more →
Luke wrote 4 days ago: Here’s a quick little note that has been bugging me for a while, and nobody wants to talk abou … more →
Remco Niemeijer wrote 5 days ago: Today’s Programming Praxis problem is an easy one. In 2005, Steve Yegge posted an article about inte … more →
johngunderman wrote 6 days ago: I’ve always had issues with finishing projects I start, but I think I’ve found something … more →
llaisdy wrote 6 days ago: I’ve created a new Haskell resources page (see right) to help me keep track of the online reso … more →
llaisdy wrote 1 week ago: Here are three version of sortByLength: import Data.List -- [1] longer :: [a] -> [a] -> Orde … more →
Remco Niemeijer wrote 1 week ago: Today’s Programming Praxis problem is about Treaps – binary trees that are more or less balanced tha … more →
llaisdy wrote 1 week ago: Real World Haskell Chapter 3: Defining types, streamlining functions Section: End of chapter exerci … more →
Remco Niemeijer wrote 1 week ago: Today’s Programming Praxis problem is an easy one: all we have to do is convert a string that contai … more →
lpsmith wrote 1 week ago: Haskell aficionados, take note! My library for corecursive queues has now been uploaded to Hackage. … more →
Remco Niemeijer wrote 1 week ago: For the Who Owns the Zebra problem I initially tried a solution based on a list comprehension. I was … more →
julia good fox wrote 2 weeks ago: Thank you, Dr. Venida Chenault, for giving me permission to post the remarks you made upon accepting … more →
bmccosar wrote 1 month ago: As I mentioned a while back, one of the things I had in development for gpcsets was a module for mak … more →
Michael wrote 1 month ago: So, this past two weeks I have been trying to learn Haskell. After messing with it for a while I hav … more →
remyoudompheng wrote 1 month ago: Mikael Vejdemo Johansson, who was at the Operads conference in Luminy (which I also attended), wrote … more →
joelneely wrote 1 month ago: This post describes the first model in Haskell for the BuilderBuilder task. We will develop the mode … more →