[Tcl Java] Java-to-JACL-to-Java

1999-08-09 Thread puff
Hey folks, After many hours of wandering around the JACL html files, I'm beginning to conclude that JACL just wasn't designed to do what I'm trying to do. Maybe I'm trying to do something too weird (this seems to be a tendency I have with languages I encounter :-(). I'm trying to have

[Tcl Java] New Jacl and Tcl Blend prereleases are online.

1999-08-09 Thread Moses DeJong
Hi all. I have been working on Jacl and Tcl Blend this weekend to add the long needed import feature. Here is a quick example of the new java::import command. java::import java.util.Hashtable set h [java::new Hashtable] Notice that you do not need to give the entire class name to java::new. If