Skip to content

Instantly share code, notes, and snippets.

@tmcgilchrist
Created November 10, 2014 21:34
Show Gist options
  • Save tmcgilchrist/11e548b4c3d77d33002d to your computer and use it in GitHub Desktop.
Save tmcgilchrist/11e548b4c3d77d33002d to your computer and use it in GitHub Desktop.
OCaml Project Ideas
General musing on some projects I'd like to try writing with OCaml
- database bindings for MySQL that include proper type checking and embedding sql ala pgocaml
- general application that queries webservice, does DB stuff and then does webservice requests (eg Antiquarian)
- functor/monad/monoid library
- bindings for libyaml
- bindings for https://github.com/joyent/libuv Cross platform async IO
- library for connecting to Riak
- lightwieght monadic regions implementation
- property based testing library
With links to completed projects, if any.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment