From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 0B81FBB84 for ; Fri, 30 Jun 2006 09:47:38 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5U7lc8W022749 for ; Fri, 30 Jun 2006 09:47:38 +0200 Received: by ug-out-1314.google.com with SMTP id j3so100189ugf for ; Fri, 30 Jun 2006 00:47:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D11P5UxZrWmLEIy+74YpkTnP6Cje0BHsL4QZa0RtC40wSD/7C4r/t9tOfLiy8RkEFGv0vdn0AN0LAlGEb3xUDlDz8gNLK7CdKpV6/MSMtHtQhTmpfBDMeLK6yulapCzD7yopZetJGT0XdnMoJT4NpuPT1YzrrdMCMfvtI2qDhZM= Received: by 10.78.156.6 with SMTP id d6mr74546hue; Fri, 30 Jun 2006 00:47:37 -0700 (PDT) Received: by 10.78.48.6 with HTTP; Fri, 30 Jun 2006 00:47:37 -0700 (PDT) Message-ID: <3d13dcfc0606300047j20bcc7e1xb0f839dd0dee4dc9@mail.gmail.com> Date: Fri, 30 Jun 2006 09:47:37 +0200 From: "David MENTRE" Reply-To: To: p.donadeo@tautologica.org Subject: Re: [Caml-list] Which development framework for web application in OCaml? Cc: caml-list@yquem.inria.fr In-Reply-To: <4b5157c30606291440r751948ceu85eaaa65ff375271@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d13dcfc0606230918i1b20de56ne27a7b823eb06660@mail.gmail.com> <44A2BF4F.9050907@ens-lyon.org> <4b5157c30606291440r751948ceu85eaaa65ff375271@mail.gmail.com> X-j-chkmail-Score: MSGID : 44A4D71A.002 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44A4D71A.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 compiler:01 compiler:01 2006:98 sourceforge:01 caml-list:01 usable:01 tend:02 parameters:02 library:03 typed:03 frameworks:05 php:93 quite:06 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP, REPLY_TO_EMPTY autolearn=disabled version=3.0.3 Hello Paolo, 2006/6/29, Paolo Donadeo : > Ex Nunc > (http://ex-nunc.sourceforge.net) is an application framework written > in pure OCaml that provides strongly-typed page parameters, automatic > session and form validation. Although a live demo is available here: Quite interesting. > the framework is still young and not usable for commercial purposes > and the templates page compiler is still under construction. I always fear "templates page compiler", because most of the time people tend to re-invent their own language rather than using existing one, like OCaml. Is OCaml used as template language for Ex-nunc? Could you show us the source code of the demo page? > in the future > interesting features like strongly typed embedded SQL and a better Do you plan to use existing code on SQL frameworks? > application server engine (based on the equeue library) are planned. > moment, if you have any question about Ex Nunc or, better, if you want > to join the development team or to subscribe the "free human beings > from PHP slavery" club, contact me. I don't want to join the development team but I'm certainly interested to see if Ex-nunc fits my needs. Best wishes, david