[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] Data compression |
On 7/8/07, Jon Harrop <jon@ffconsultancy.com> wrote: > > When I first learned the C programming language I found data compression > algorithms very educational. Does anyone have references to toy data > compression implementations written in OCaml? there's a collection of various programs/examples on the caml site: http://caml.inria.fr/pub/old_caml_site/Examples/eng.html http://caml.inria.fr/pub/old_caml_site/Examples/oc/eng.html there's a "compress" program. -- Olivier