React 0.9.2

25 Apr 2010

Daniel Bünzli

Read Article
logit – a simple tool to date-stamp files into a log directory

Visit the post for more.

21 Apr 2010

Ashish Agarwal

Read Article
orpc 0.3

I am happy to announce version 0.3 of orpc , a tool for generating RPC bindings from OCaml signatures. Orpc can generate ONC RPC stubs for u...

03 Apr 2010

Jake Donham

Read Article
Updated backtrace patch

I’ve updated my backtrace patch to work with OCaml 3.11.x as well as 3.10.x. The patch provides access to backtraces from within a...

28 Mar 2010

Jake Donham

Read Article
Toward Interactive Statistical Modeling

Abstract When solving machine learning problems, there is currently little automated support for easily experimenting with alternative statistical models or solution strategies. This is because thi...

27 Mar 2010

Ashish Agarwal

Read Article
Inside OCaml objects

In the ocamljs project I wanted to implement the OCaml object system in a way that is interoperable with Javascript objects. Mainly I wante...

23 Mar 2010

Jake Donham

Read Article
Creating Stream Combinators in Haskell’s Stream Fusion Library

So I took a look at the Haskell Stream Fusion library the other day, and got the idea to write a new append combinator that would merge the two streams in sort order. This seemed simple enough to c…

21 Mar 2010

Mike McClurg

Read Article
Reading Camlp4, part 5: filters

Hey, long time no see! It is high time to get back to Camlp4, so I would like to pick up the thread by covering Camlp4 filters . We have p...

03 Mar 2010

Jake Donham

Read Article