Thursday, February 8, 2007

Purely Functional Queues

Eric Kidd:

Haskell has been tying my brain in knots. Sure, it keeps teaching me all sorts of amazing things, but it’s also forcing me to relearn the basics.

Right now, I’m trying to implement simple data structures in Haskell. It’s challenging, because most typical data structures are based on updating pointers, and Haskell doesn’t allow that.

Comments RSS · Twitter

Leave a Comment