Neil Mitchell's Blog (Haskell etc)

Monday, August 23, 2010

CmdArgs Example

›
Summary: A simple CmdArgs parser is incredibly simple (just a data type). A more advanced CmdArgs parser is still pretty simple (a few annot...
29 comments:
Monday, August 16, 2010

CmdArgs 0.2 - command line argument processing

›
I've just released CmdArgs 0.2 to Hackage . CmdArgs is a library for defining and parsing command lines. The focus of CmdArgs is allow...
1 comment:
Saturday, July 10, 2010

Rethinking Supercompilation

›
I have written a paper building on my Supero work that has been accepted to ICFP 2010 . Various people have asked for copies of the paper, ...
6 comments:
Sunday, April 25, 2010

Dangerous Primes - Why Uniplate Doesn't Contain transform'

›
The Uniplate library contains many traversal operations, some based on functions in SYB (Scrap Your Boilerplate) . SYB provides everywhere ...
Wednesday, April 07, 2010

File Recovery with Haskell

›
Haskell has long been my favoured scripting language, and in this post I thought I'd share one of my more IO heavy scripts. I have an ex...
6 comments:
Saturday, January 23, 2010

Optimising HLint

›
HLint is a tool for suggesting improvements to Haskell code. Recently I've put some effort in to optimisation and HLint is now over 20 ...
4 comments:
Thursday, January 14, 2010

Better .ghci files

›
A few days ago I posted about my plan to use .ghci files for all my projects. I am now doing so in at least five projects, and it's wor...
7 comments:
Saturday, January 09, 2010

Using .ghci files to run projects

›
I develop a reasonable number of different Haskell projects, and tend to switch between them regularly. I often come back to a project after...
3 comments:
Sunday, January 03, 2010

Explaining Haskell IO without Monads

›
This tutorial explains how to perform IO in Haskell , without attempting to give any understanding of monads. We start with the simplest exa...
14 comments:
Monday, November 23, 2009

Haskell DLL's on Windows

›
The current section of the GHC manual on creating DLL's on Windows is fairly confusing to read, and has some bugs (i.e. 3605 ). Since I...
12 comments:
Monday, November 16, 2009

Reviewing View Patterns

›
View Patterns are an interesting extension to the pattern matching capabilities of Haskell, implemented in GHC 6.10 and above. After using ...
8 comments:
Saturday, September 12, 2009

How I Use HLint

›
HLint is a tool for automatically suggesting improvements to your Haskell code. This post describes how I use HLint, and provides and some ...
8 comments:
Tuesday, June 16, 2009

Draft paper on Derive, comments wanted

›
It's been a long time since I last blogged (about 3 months). Since then I've had a paper on Firstify accepted in to the Haskell Sym...
Saturday, March 21, 2009

Concise Generic Queries

›
A few weeks ago David Miani asked how to write concise queries over a data type . The answer is certainly generic programming, a technique t...
8 comments:
Monday, March 09, 2009

Website move

›
Today I spotted that I could no longer push to my darcs repos hosted at York University. A little more checking showed that my home page had...
4 comments:
Sunday, February 22, 2009

Hoogle package search

›
Recently on the Haskell mailing list there has been some discussions of which packages Hoogle searches by default. One person remarked that ...
2 comments:
Tuesday, February 03, 2009

Monomorphism and Defaulting

›
Haskell has some ugly corners - not many, but a few. One that many people consider exceptionally ugly is the monomorphism restriction. In th...
14 comments:
Tuesday, January 27, 2009

Small scripts with Haskell

›
Normally I give blog posts detailing the fun, interesting or advanced stuff I do with Haskell. But that isn't a real representation of m...
10 comments:
‹
›
Home
View web version

About Me

My photo
Neil Mitchell
View my complete profile
Powered by Blogger.