; $Header: /Master/Rubicon/zDemo/Web/httpd/Html/index.html,v 3.0.2.1 1998/03/19 21:39:54 phillf Exp $ ; ; Copyright(c) 1996-97 FRIDU a Free Software Company ; ; File : index.html intro for official fridu.com site ; Projet : Fridu a Realtime Booster ; SubModule : jTcl Java-like TCL and Fridu TCL extention ; Auteur : Philippe Le Foll (phillf@iu-vannes.fr) ; ; Last ; Author : $Author: phillf $ ; Date : $Date: 1998/03/19 21:39:54 $ ; Revision : $Revision: 3.0.2.1 $ ; Source : $Source: /Master/Rubicon/zDemo/Web/httpd/Html/index.html,v $ ; State : $State: Exp $ ; ; Modification History ; -------------------- ; 01a,07nov97, phillf written ; ;


Fridu a Free Software Company

jTcl or JAVA-LIKE syntax in TCL propose coding in tcl with java object & syntax approach. jTcl is a flying parser that transforms JAVA-LIKE TCL syntax in pure TCL code.

Here after a small WEB server based on TcpHttpd class. All *.htcl files will be executed on the same basic as a CGI file. Nevertheless this will be done directely inside Tcl interpretor and not in an external process as with conventionnal GCI.