Replay

Gwern — Haskell

by Gwern Branwen

Functional programming with Haskell.

9 posts

Loading...

Delivery order

Each email contains one post, starting with #1

1

Resilient Haskell Software

6 min

In 2007 19ya , Haskell began to experience some real growth; one of the new users was myself.

Haskell
2

Choosing Software

8 min

There are so many tools one could use, it’s not always clear what software to pick in the open source world.

Haskell
3

Writing a Wikipedia RSS Link Archive Bot

15 min

Archiving using Wikipedia Recent Changes RSS feed (obsolete).

Haskell
4

Golfing Run Length Encoding in Haskell

12 min

Suppose we have levels which are specified by a pair of numbers and then a long list of numbers, often very repetitious.

Haskell
5

Archiving GitHub

3 min

[ "logo boring" , "https://github.com/" , "/plans" , "/explore" , "/features" , "/blog" , "/login?return_to=https://github.

Haskell
6

Evolutionary Software Licenses

8 min

Game theory on BSD versus GPL: partnership? Is GPL an evolutionary stable strategy against invasion by proprietary copyright strategies?

Haskell
7

Writing a Wikipedia Link Archive Bot

23 min

So going back to our problem. Our problem is that we want to take all the articles of the English Wikipedia, somehow extract all the external links from said articles, transform those URLs according...

Haskell
8

Summers of Code, 2006–2013

43 min

A retrospective of 8 years of SoC, and lessons learned A compilation of Haskell -related student projects 2006 – 7 2013 13ya , with evaluations of their usefulness to the Haskell community, thoughts...

Haskell
9

Problem 14 Dynamic Programming Solutions

44 min

Timothy Falcon’s quantitative-finance interview problem #14 asks for the optimal stopping strategy when playing a card-drawing game of l cards where red = +$1 & black = −$1; the value approaches 0.

Haskell