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=2.9 required=5.0 tests=AWL,NO_REAL_NAME, RCVD_NUMERIC_HELO,SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 9DF2CBBAF for ; Sat, 26 Jul 2008 11:18:57 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhEHAGqIikjAXQIm/2dsb2JhbACITokFWpts X-IronPort-AV: E=Sophos;i="4.31,255,1215381600"; d="scan'208";a="15478534" Received: from discorde.inria.fr ([192.93.2.38]) by mail3-smtp-sop.national.inria.fr with ESMTP; 26 Jul 2008 11:18:57 +0200 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m6Q9IsuF002368 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sat, 26 Jul 2008 11:18:57 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhEHAICIikjAI/YN/2dsb2JhbACITokFWptm X-IronPort-AV: E=Sophos;i="4.31,255,1215381600"; d="scan'208";a="13475704" Received: from pepe.inescn.pt ([192.35.246.13]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Jul 2008 11:18:54 +0200 Received: from localhost (pepe.inescn.pt [127.0.0.1]) by pepe.inescn.pt (8.13.8/8.13.8/5) with ESMTP id m6Q9Ills004995; Sat, 26 Jul 2008 10:18:47 +0100 X-Virus-Scanned: amavisd-new at inescporto.pt Received: from pepe.inescn.pt ([127.0.0.1]) by localhost (pepe.inescn.pt [127.0.0.1]) (amavisd-new, port 10024) with LMTP id oXFkUBxez0U3; Sat, 26 Jul 2008 10:18:27 +0100 (WEST) Received: from localhost (ns.inescn.pt [192.35.246.1]) by pepe.inescn.pt (8.13.8/8.13.8/43) with ESMTP id m6Q9INM5004988; Sat, 26 Jul 2008 10:18:23 +0100 Received: from 136.249.54.77.rev.vodafone.pt (136.249.54.77.rev.vodafone.pt [77.54.249.136]) by webmail.inescporto.pt (IMP) with HTTP for ; Sat, 26 Jul 2008 10:18:23 +0100 Message-ID: <1217063903.488aebdf40b98@webmail.inescporto.pt> Date: Sat, 26 Jul 2008 10:18:23 +0100 From: hmf@inescporto.pt To: Richard Jones Cc: caml-list@inria.fr Subject: Re: [Caml-list] New Ocaml Plug-in for NetBeans MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 77.54.249.136 X-Miltered: at discorde with ID 488AEBFE.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 0100,:01 ocaml:01 camlp:01 lablgtk:01 emacs:01 camlp:01 ocamldoc:01 plug-in:98 26,:98 plug-in:98 wrote:01 wrote:01 parsing:01 caml-list:01 Hi Richard, Richard Jones wrote: > On Sat, Jul 26, 2008 at 12:56:26AM +0100, Jon Harrop wrote: >> On Wednesday 23 July 2008 09:50:03 adonis28850 wrote: >>> thanks Hugo, i know there's a Eclipse plug-in, but i would like to get it >>> on NetBeans,so if someone could help i will thanks! >> If I might stick my oar in: why don't the OCaml community write an IDE for >> OCaml in OCaml using Camlp4 for parsing with throwback and LablGTK for the >> GUI? > > I'm sure you know why, but because (a) it's a huge amount of work and > (b) the sort of people who can do the work already use emacs so they > don't need it. > > It'd be better to concentrate on OCaml for Eclipse (& other IDEs). > OCaml has the parts already to make an excellent Eclipse plugin -- eg. > camlp4, ocamldoc, cmigrep and '-dtypes/.annot'. If Eclipse itself has > specific problems, then fix those. > > Red Hat have done a bit of work packaging and fixing the OCaml Eclipse > plugin and we'll have something to release soon(~ish). > Just curious: when you say "fixing" do you mean changing the actual code? If so, are these contributed back to the community or do I have to change to Fedora to get them ? 8-). Thanks, HF. > Rich. >