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 TAA26613 for caml-redistribution; Thu, 10 Sep 1998 19:49:48 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA25577 for ; Thu, 10 Sep 1998 18:21:57 +0200 (MET DST) Received: from mail1.javanet.com (mail1.javanet.com [205.219.162.10]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id SAA27863 for ; Thu, 10 Sep 1998 18:21:55 +0200 (MET DST) Received: from adam (www.chainwave.com [199.103.225.225]) by mail1.javanet.com (8.8.8/8.7) with SMTP id MAA28597 for ; Thu, 10 Sep 1998 12:21:54 -0400 (EDT) From: "Adam P. Jenkins" To: Subject: RE: Caml toplevel thru Web (HTTP or CGI)? Date: Thu, 10 Sep 1998 12:31:40 -0400 Message-ID: <000201bddcd8$7d5808d0$1301a8c0@adam> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-Reply-To: Sender: weis My two cents. Modifying the ocaml toplevel itself seems like too much unnecessary work to me to get an effect like this. If your server will be a Unix machine, then the telnet approach that you mentioned seems much better and more straightforward. If you really want to make the O'Caml toplevel appear on the web page as opposed to in a separate telnet window, you could write a simple Java telnet client applet. I would be kind of surprised if there isn't already one around. Even if you do have to write it yourself, it will be more generally useful than a web-enabled OCaml toplevel. -- Adam P. Jenkins ajenkins@chainwave.com Chainwave Systems, Inc. > -----Original Message----- > From: Pierre.Weis@inria.fr [mailto:Pierre.Weis@inria.fr]On Behalf Of > Mitchell, Brian, VBAVACO > Sent: Thursday, September 10, 1998 9:31 AM > To: caml-list@inria.fr > Cc: Mitchell, Brian, VBAVACO > Subject: RE: Caml toplevel thru Web (HTTP or CGI)? > > > >Basile STARYNKEVITCH wrote: > >> I am an OCaml promoter inside my organization (thousands of > >> physicists & numericians) > > Excellent! I am also an OCaml promoter at my workplace (contractor for > the U.S. Government in Washington, D.C.). > > > >> I would like to set a demo (available thru our intranet) usable > > by anyone (people have Win95 PCs and Unix workstation). The most > >> sexy approach would be a Ocaml (or even a tiny CAML subset) > >> interactive toplevel interpreter thru Web (HTML forms). > > Great idea!! I'd love to see such a product...however, wouldn't this > take lots of research into building a CGI / HTML front-end (or something > similiar) then implementing the OCaml back-end? Could this turn into an > open-source project? I'd say "yes" for both questions. Any other > thoughts? > > > >> Did anyone (ever) code such a thing? > > I've never heard of anything like this being out there -- but, then > again, I'm fairly new to the OCaml world. > > > Brian Mitchell > > > >