Announcing ebird-haskell

Haskell libraries for working with eBird data and the public eBird API

November 27, 2023
conservation1ebird1haskell1

I have officially released ebird-haskell: a set of libraries and tools for working with eBird data in Haskell. Specifically, there are three components:

  1. ebird-api: A library that provides a complete description of the public eBird API as a servant API type. It also provides types for the litany of values that the eBird API communicates in, and convenient instances and functions for operating on those types.
  2. ebird-client: A library that provides functions for querying any endpoint of the eBird API, based on the description in the ebird-api library.
  3. ebird-cli: An executable command-line utility that can query any endpoint of the eBird API and pretty-print the response data.

This post serves as announcement of these tools (a “call for users”, if you will) and an informal tutorial to help birders turned Haskell programmers or Haskell programmers turned birders get started.


An in-depth tour of the GHC specialiser

Feeling ad-hoc? Let this post specialise you.

October 10, 2023
compilers1ghc1haskell1

A GHC plugin that detects overloaded calls

Shedding some light on ad-hoc polymorphism

September 27, 2023
compilers1haskell1

Coming soon!


A website appears

Introducing my new personal website

September 26, 2023
haskell1meta1

I’m staking my claim on the World Wide Web. It took me a while, but I’ve finally done it and I’m proud of the result. Finley.dev is now the home all things me; my professional journey as a software developer, and my amateur journey as a photographer/musician/frisbee thrower. In this post, I’ll write about the priorities I have this website and how the implementation addresses those. and I’ll attempt to explain how I implemented those it using Hakyll, the Haskell static site generator library.