Related articles |
---|
An interesting project... jfrisby@pacbell.net (Jon Frisby) (1998-04-21) |
Re: An interesting project... markh@usai.asiainfo.com (Mark Harrison) (1998-04-29) |
From: | "Mark Harrison" <markh@usai.asiainfo.com> |
Newsgroups: | comp.compilers |
Date: | 29 Apr 1998 22:28:19 -0400 |
Organization: | gte.net |
References: | 98-04-084 |
Keywords: | Java |
Jon Frisby wrote
>[scripting for java project]
>
>Can anyone tell me if this is a good way of doing this? Any suggestions on
>a better way to do it?
You might look at JACL (Java Command Language), which is a pure-java
implementation of Tcl performed at Sun. Based on your description,
it will do the things you need. http://sunscript.sun.com/java/ has
details and downloads.
For a discussion of using serialization with this approach, you can see
chapter 7 of "Effective Tcl/Tk Programming":
http://www.awl.com/cseng/books/efftcl/
Hope this helps,
Mark.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.