From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id NAA06386; Thu, 16 May 2002 13:44:07 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 NAA06344 for ; Thu, 16 May 2002 13:44:05 +0200 (MET DST) Received: from mail.tepkom.ru (mail.tepkom.ru [195.9.10.14]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g4GBi2124130 for ; Thu, 16 May 2002 13:44:03 +0200 (MET DST) Received: from oops.tepkom.ru (IDENT:dsl@oops.tepkom.ru [195.9.10.179]) by mail.tepkom.ru (8.11.6/8.11.6) with ESMTP id g4GBhhw37782 for ; Thu, 16 May 2002 15:44:00 +0400 (MSD) (envelope-from dsl@intellij.com) Newsgroups: comp.lang.functional Date: Thu, 16 May 2002 16:40:51 +0400 (MSD) From: Dmitry Lomov X-Sender: dsl@oops.tepkom.ru Reply-To: dsl@intellij.com To: caml-list@inria.fr Subject: [Caml-list] ANN: Dynamic Caml v0.2 is released Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I am pleased to announce the availability of Dynamic Caml v.0.2 from: http://oops.tercom.ru/dml/ Dynamic Caml is a high-level, type-safe (statically typed) and efficient dynamic code generation library and a set of CamlP4 syntax extensions for Objective Caml. Though still supporting only bytecode, release 0.2 is much more mature than the previous 0.1 release. This is the list of changes: - Most of Objective Caml expressions are supported either natively (as constructors of code type) or via functional wrappers that are automatically generated by syntax extensions. Not supported expressions are: * labelled applications * OO features (method calls and such) Those can be used via manually written functional wrappers. - Functional wrappers for expressions that are not natively supported are inlined in the generated bytecode, thus removing application overhead. - Several bugfixes - More examples added (see directory tests/ in the distribution) Your comments and suggestions are welcome! Dmitry -- Dmitry Lomov Chair of Software Engineering, Mathmatics and Mechanics Faculty, St.-Petersburg State University ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners