diff options
Diffstat (limited to 'lang/bsh/pkg-descr')
-rw-r--r-- | lang/bsh/pkg-descr | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/bsh/pkg-descr b/lang/bsh/pkg-descr index 382f718980d4..c915410cd570 100644 --- a/lang/bsh/pkg-descr +++ b/lang/bsh/pkg-descr @@ -1,8 +1,6 @@ -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). +BeanShell is a small, free, embeddable Java source interpreter with object +scripting language features, written in Java. BeanShell dynamically executes +standard Java syntax and extends it with common scripting conveniences such as +loose types, commands, and method closures like those in Perl and JavaScript. WWW: http://www.beanshell.org/ |