The document provides an introduction to BeanShell, a simple Java scripting language. It discusses how BeanShell bridges the gap between scripting languages and application languages by allowing Java syntax and types to be used loosely. The Quick Start section outlines how to download, run and use basic BeanShell functionality like commands, statements, expressions and methods. It demonstrates how BeanShell can execute standard Java code and interact with live Java objects.