Projects
I authored (alone or with other people):
- scoutess, a Haskell build-bot and continuous integration software for cabal-powered projects
- (main dev.) Haskell Neural Network library (hackage – haskellwiki): a pure Haskell neural network library whose primary goals are simplicity (of use) and efficiency
- statistics-linreg: Efficient Simple linear regression, based on Bryan O’Sullivan’s statistics package
- kmeans-vector: Haskell implementation of the k-means clustering algorithm
- pastis: Haskell binding to the past.is URL shortening service
I contributed patches to:
- alt-stdlib : a new Haskell standard library from scratch with no concern for backward compatibility
- OCaml Batteries Included : a community-driven effort to standardize on an consistent, documented, and comprehensive development platform for the OCaml programming language
- High Level Virtual Machine : The high-level virtual machine (HLVM) executes programs written in a high-level expression-based typed intermediate representation
- Boost C++ libraries : free peer-reviewed portable C++ source libraries with emphasis on libraries that work well with the C++ Standard Library and intended to be widely useful, and usable across a broad spectrum of applications