[tcljava-user] Reasons for using JACL?
Brought to you by:
mdejong
From: Patrick F. <pfi...@oz...> - 2006-11-27 18:44:25
|
It seems to me that the primary purpose of JACL is to allow java programmers write procedural non object orientated code that will run under a JVM and perhaps allow non java programmers to access or administer the application through a simple script interface . Are there any other reasons why Java programmers would embed JACL or indeed Jython in a Java application rather then writing everything in pure Java? |