This package browser is in early development. Mind the rough edges.

java-bsh

Lightweight Scripting for Java

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.

Installation

Install the latest version of java-bsh as follows:

guix install java-bsh

Or install a particular version:

guix install java-bsh@2.0b6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.