From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id IAA18115 for caml-redist; Wed, 26 Apr 2000 08:44:15 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA06911 for ; Tue, 25 Apr 2000 21:06:39 +0200 (MET DST) Received: from isil.localdomain (ISIL.WV.CC.CMU.EDU [128.2.66.210]) by concorde.inria.fr (8.8.7/8.8.7) with ESMTP id VAA18425 for ; Tue, 25 Apr 2000 21:06:38 +0200 (MET DST) Received: by isil.localdomain (Postfix, from userid 1000) id 31714369AF; Tue, 25 Apr 2000 15:08:17 -0400 (EDT) Sender: weis To: Xavier Leroy Cc: caml-list@pauillac.inria.fr Subject: Re: Objective Caml 3.00 released References: <20000425152615.25958@pauillac.inria.fr> From: John Prevost Date: 25 Apr 2000 15:08:17 -0400 In-Reply-To: Xavier Leroy's message of "Tue, 25 Apr 2000 15:26:15 +0200" Message-ID: <873doauhge.fsf@isil.localdomain> User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii - (OCaml 2.99/OLabl users only) Label syntax changed to preserve backward compatibility with 2.0x (labeled function application is f ~lbl:arg instead of f lbl:arg). A tool is provided to help convert labelized programs to OCaml 3.00. Interesting. - Libraries (.cma and .cmxa files) now "remember" C libraries given at library construction time, and add them back at link time. Allows linking with e.g. just unix.cma instead of unix.cma -custom -cclib -lunix Awesome! - New modules Int32, Int64, Nativeint for 32-bit, 64-bit and platform-native integers Sugoi! I look forward to working with the new system! John.