sebhoss / annotated-contracts

Design by Contract based on annotations
The Unlicense
1 stars 1 forks source link

Add BeanShell integration #3

Open sebhoss opened 11 years ago

sebhoss commented 11 years ago

Intro taken from the project website:

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.

sebhoss commented 11 years ago

:+1: