Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

ANNOUNCE: JTcl 2.0.0 alpha1

Visto 10 veces
Saltar al primer mensaje no leído

Tom Poindexter

no leída,
17 nov 2010, 10:32:2317/11/10
a

The JTcl team is happy to announce the JTcl 2.0.0 alpha1 release.

Get it now at:

http://kenai.com/projects/jtcl/downloads

Or find out more information at the JTcl website:

http://jtcl.kenai.com


-------------------------------------------------------------------------
JTcl - Tcl Language Interpreter in Java

http://jtcl.kenai.com

JTcl is an implementation of Tcl (Tool Command Language) written in Java.
JTcl implements a large extent of Tcl 8.4 syntax and commands, limited
only by API restrictions of the Java Virtual Machine. JTcl is based on
the Jacl interpreter (http://tcljava.sf.net)


INSTALLING JTCL

JTcl requires a Java JVM 1.5 or higher (Java 1.6 is recommended). You may
have to install Java if you don't already have it installed.

JTcl is distributed as a ZIP archive. Download the latest jtcl-{version}.zip
file from the JTcl website, and unzip into a directory of your choice.
Unix/Linux/Mac OSX shell script (`jtcl') and Windows batch file (`jtcl.bat')
are included.


SOURCE CODE

JTcl uses the Mercurial distributed source code control system. Install
Mercurial using your OS distribution package manager or get executables
from the Mercurial site: http://mercurial.selenic.com/

Browse JTcl source code: http://kenai.com/projects/jtcl/sources
Clone the JTcl repository: hg clone https://hg.kenai.com/hg/jtcl~jtcl-main


DOCUMENTATION

Please refer to the JTcl web site.


MAILING LIST and BUG REPORTING

Please subscribe and use the JTcl mailing list for questions and to
share information. The JTcl Bug tracker should be used to
report bugs.

Mailing lists: http://kenai.com/projects/jtcl/lists
Bug reporting: http://kenai.com/bugzilla/buglist.cgi?product=jtcl


**The JTcl Team**
--
Tom Poindexter
tpoi...@nyx.net

Googie

no leída,
17 nov 2010, 16:47:1117/11/10
a
What's the difference between JTcl and Jacl? Is JTcl simply updated
Jacl?

Regards,
Googie

Bruce Johnson

no leída,
17 nov 2010, 17:12:3617/11/10
a
Some info can be found here:
http://jtcl.kenai.com/faq.html

Yes, it's basically Jacl updated, but I'd hesitate to say "simply".
There are quite a few changes to bring it up to near equivalence with
Tcl 8.4. Also, the code has been refactored to arrange classes into
appropriate Java packages (channel, cmd, process ...) and the overall
build system has been made more Java friendly (for example, Ant or
Maven as opposed to a Makefile).
Bruce

Googie

no leída,
17 nov 2010, 18:04:2117/11/10
a
Thanks for explanation. I didn't want 'simply' to sound like I'm
underrating it, I was just wondering if there are other differences. I
really do appreciate the work you've done.

Regards,
Googie

Gerry Snyder

no leída,
17 nov 2010, 19:54:5017/11/10
a
On 11/17/2010 8:32 AM, Tom Poindexter wrote:
> The JTcl team is happy to announce the JTcl 2.0.0 alpha1 release.
>
>

Good news indeed!

I have downloaded it and stuffed it into Aejaks. I look forward to
testing my stuff with it.

Thank you for an early Christmas present.


Gerry

Tom Poindexter

no leída,
17 nov 2010, 22:16:3217/11/10
a
In article <vP_Eo.391731$pX3....@en-nntp-11.dc1.easynews.com>,

Gerry Snyder <mesmer...@gmail.com> wrote:
>I have downloaded it and stuffed it into Aejaks. I look forward to
>testing my stuff with it.

Note that Aejaks has a few patches applies to Jacl that haven't
yet been applied to JTcl. There is one patch in particular that
dealt with some issues I ran into with the Jacl event loop and some
thread issues (perhaps related to running in a servlet enging.) So be
warned about substituting JTcl just yet. Yes, it's on my list
to switch Aejaks over to using JTcl.

-Tom
--
Tom Poindexter
tpoi...@nyx.net

Gerry Snyder

no leída,
18 nov 2010, 9:36:1718/11/10
a
On 11/17/2010 8:16 PM, Tom Poindexter wrote:
> >
> Note that Aejaks has a few patches applies to Jacl that haven't
> yet been applied to JTcl.

Tom,

Thanks for the warning.

I won't be too shocked if I run into problems.


Gerry

0 mensajes nuevos