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.
- Versions: 2.1.1
- Website: http://beanshell.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-bsh
as follows:
guix install java-bsh
Or install a particular version:
guix install java-bsh@2.1.1
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.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/java-bsh/'><img src='http://127.0.0.1:3000/packages/java-bsh/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/java-bsh/badges/latest-version.svg)](http://127.0.0.1:3000/packages/java-bsh/) Org: [[http://127.0.0.1:3000/packages/java-bsh/][http://127.0.0.1:3000/packages/java-bsh/badges/latest-version.svg]]