Do you mean Jacl? It is a Tcl port written in Java. The homepage is at
http://www.scriptics.com/java

With Jacl, you can allocate Java objects and call methods on them like
this.

set str [java::new String "I am a Java string"]
set hc [$str hashCode]

It is very cool stuff.

Mo Dejong
Red Hat Inc.

>     I saw - somewhere sometime - a java shell application, that would
> let you interactively execute java code.  I've lost the link.  Can
> someone provide some assistance?
> 
>     Thanks.
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to