From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30967 invoked by alias); 3 Sep 2002 13:33:27 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 30960 invoked from network); 3 Sep 2002 13:33:26 -0000 Received: from unknown (HELO mallaury.noc.nerim.net) (62.4.17.82) by sources.redhat.com with SMTP; 3 Sep 2002 13:33:26 -0000 Received: from karryall.dnsalias.org (karryall.dnsalias.org [62.4.18.180]) by mallaury.noc.nerim.net (Postfix) with ESMTP id A110862E41 for ; Tue, 3 Sep 2002 15:32:06 +0200 (CEST) Received: by karryall.dnsalias.org (Postfix, from userid 500) id 175F81A011F; Tue, 3 Sep 2002 13:32:05 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15732.47573.20020.679544@karryall.dnsalias.org> Date: Tue, 03 Sep 2002 06:33:00 -0000 To: gsl-discuss@sources.redhat.com From: Olivier Andrieu Subject: OCaml bindings for GSL X-SW-Source: 2002-q3/txt/msg00185.txt.bz2 Hello, I'm releasing some OCaml/GSL bindings. They are fairly complete and seem to work OK ! Available modules include FFT, minimization and root-finding, some linear algebra (not complete though), RNGs, random distributions, special functions, and some others. They are synched with GSL release 1.2. You can get them there : Objective Caml is a functional programming language of the ML family (like SML). It offers static strong typing, type inference and comes with a fast, native code compiler. You can learn more about OCaml here : or here . (any comments and/or help for completing them is welcome) -- Olivier