9 lines
370 B
Text
9 lines
370 B
Text
|
BeanShell is a small, free, embeddable, Java source interpreter with
|
||
|
object scripting language features, written in Java. BeanShell
|
||
|
executes standard Java statements and expressions, in addition to
|
||
|
obvious scripting commands and syntax. BeanShell supports scripted
|
||
|
objects as simple method closures like those in Perl and
|
||
|
JavaScript(tm).
|
||
|
|
||
|
WWW: http://www.beanshell.org/
|