[AMG]: execline [http://www.skarnet.org/software/execline/] is a non-interactive scripting language. It is designed to be secure and embeddable. The execline and execlineb languages are extremely minimal, and all runtime functionality is provided by external programs. One highly unusual yet important aspect of execline is that while the script is running, ''the interpreter is not resident.'' In a manner of speaking, the script runs itself! This is accomplished through massive amounts of Bernstein chaining: every program does its thing then execs into the next program. execline comes with a suite of commands for providing the basics. See the execline page for the full list and links to manuals. It is important to note that some of the section headings on the execline page are themselves links. We need to put some sample programs here to show how the language works. ---- [[ [Category Language] ]]