Difference between revisions of "Getting Started with Recital"
From Recital Documentation Wiki
Barrymavin (Talk | contribs) (→Starting the Recital Workbench) |
Yvonnemilne (Talk | contribs) (→Getting Started with Recital) |
||
Line 1: | Line 1: | ||
==Getting Started with Recital== | ==Getting Started with Recital== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Starting the Recital Workbench=== | ===Starting the Recital Workbench=== | ||
Line 17: | Line 10: | ||
$ man recital | $ man recital | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Running Recital Scripts=== | ===Running Recital Scripts=== |
Revision as of 09:45, 23 July 2010
Contents
Getting Started with Recital
Starting the Recital Workbench
One of the most useful tools for writing Recital code is the Recital Workbench, a character mode interactive editing, debugging and execution environment in which commands are run as you type them and press Return.
You run recital by typing "recital" at a shell prompt. Linux also has a man page that describes how to use the recital command.
$ recital $ recital --help $ man recital
Running Recital Scripts
You can execute Recital scripts in one of two ways; from the command line (e.g. bash) or through a web server such as apache on linux/unix or IIS on windows. For the development of Recital applications that will be run from the command line, the Recital Workbench provides all the tools you will need to develop, debug, and test your applications.