From: Ioi Lam
Subject: [Update] Jacl -- Running Tcl Scripts inside Java
Date: 
Message-ID: <5j6cp8$qt2@hoho.cs.cornell.edu>
  Jacl, pronunced "Jackal", is a Tcl interpreter written in Java. You
  can use it for Java the same way Tcl is used for C -- a scripting
  language to glue together modules written in a low level language.

  See http://www.cs.cornell.edu/home/ioi/Jacl for latest info and
  download.

  ======================================================================
  NEW>>                                                            <<NEW
  NEW>>                                                            <<NEW
  NEW>>    Now you can execute a Tcl script inside a web           <<NEW
  NEW>>    browser without having to install the Tcl               <<NEW
  NEW>>    plugin. Here is the first "Jaclet" ever                 <<NEW
  NEW>>    built. Check it out:                                    <<NEW
  NEW>>                                                            <<NEW
  NEW>> http://www.cs.cornell.edu/home/ioi/Jacl/demos/Buttons.html <<NEW
  NEW>>                                                            <<NEW
  NEW>>                                                            <<NEW
  ======================================================================

  BUGS: The applet seems to introduce 10 second delays in Netscape
  every time you reload it. Runs fine inside Internet Explorer.