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 JAA13876 for caml-redistribution; Mon, 27 Oct 1997 09:43:29 +0100 (MET) 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 OAA28657 for ; Fri, 24 Oct 1997 14:54:36 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.8.7/8.8.5) with ESMTP id OAA03836; Fri, 24 Oct 1997 14:54:20 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA28649; Fri, 24 Oct 1997 14:54:20 +0200 (MET DST) From: Xavier Leroy Message-Id: <199710241254.OAA28649@pauillac.inria.fr> Subject: Re: Caml Programming Environment In-Reply-To: <01BCDFE7.763426E0@ig-25.arrakis.es> from Cesar Lombao at "Oct 23, 97 07:10:15 pm" To: lombao@arrakis.es (Cesar Lombao) Date: Fri, 24 Oct 1997 14:54:20 +0200 (MET DST) Cc: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: weis > I would know if exists any programming environment of caml, (I think > that is an IDE). Anything like RHIDE for DJGPP, like TURBO C IDE. The best programming environment for Caml is the Unix operating system and the GNU Emacs editor. As an added value, both are 100% free, run on any reasonably recent machine (and a lot of unreasonably old ones), and give a rock-solid environment for all your computing as well... If you insist on an MSDOS-style IDE, I don't know any that will work out of the box with Caml. However, I had a look at RHIDE, and it seems relatively trivial to adapt to any command-line compiler (such as Caml Light), not just DJGPP. > I would like find too some docs about camllex and camlyacc. In the Caml Light manual, chapter 9: hhtp://pauillac.inria.fr/caml/man-caml/index.html Regards, - Xavier Leroy