04b64d5fc7
PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
9 lines
370 B
Plaintext
9 lines
370 B
Plaintext
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/
|