BeanShell is an open source programming language created in 1999.
#844on PLDB | 25Years Old |
BeanShell is a Java-like scripting language, invented by Patrick Niemeyer. It runs in the Java Runtime Environment (JRE) and uses a variation of the Java syntax, in addition to scripting commands and syntax.. Read more on Wikipedia...
print("Hello, world!");
print ("Hello World");
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ |