From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_FAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 4B14FBC69 for ; Fri, 24 Aug 2007 03:33:28 +0200 (CEST) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l7O1XRud015494 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 24 Aug 2007 03:33:28 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOO39-00060Z-6B for caml-list@inria.fr; Fri, 24 Aug 2007 03:33:23 +0200 Received: from ivr94-8-88-162-26-239.fbx.proxad.net ([88.162.26.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 03:33:23 +0200 Received: from li by ivr94-8-88-162-26-239.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 03:33:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Zheng Li Subject: Re: [ANN] Vprint: a runtime value printer module Date: Fri, 24 Aug 2007 03:35:02 +0200 Message-ID: <874pipogu1.fsf@pps.jussieu.fr> References: <87d4xdohk9.fsf@pps.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ivr94-8-88-162-26-239.fbx.proxad.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:FTAiyiWHB1nzkxfaifQHBl5e1ag= Sender: news X-Miltered: at concorde with ID 46CE3567.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; runtime:01 runtime:01 ocaml:01 experimental:01 pps:01 pps:01 jussieu:01 jussieu:01 writes:01 module:03 module:03 readme:03 encounter:05 dump:06 warned:08 Sorry, just forgot the link: http://www.pps.jussieu.fr/~li/software/index.html#vprint Zheng Li writes: > Hi, > > In the spirit of "release early, release often", we therefore announce the > first release of Vprint, a runtime value printer module for OCaml. Be warned, > the module is extremely experimental at the moment, and the implementation is > very hasty (I got the main idea yesterday when finalising my GSoc project and > now it's here). So be ready to encounter stupid errors and even core dump, but > do remember to send me a message about that so I can improve. Here is the > introduction from README: -- Zheng Li http://www.pps.jussieu.fr/~li