Transcript (programming language)

This is an old revision of this page, as edited by 86.131.184.184 (talk) at 21:24, 27 October 2006 (Versions). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Transcript is the dynamic programming language used in Revolution, a commercially marketed cross-platform rapid application development environment created by Runtime Revolution Ltd.

Revolution runs on Mac OS 7,8,9, Mac OS X, Windows 95 through XP, and several flavors of Unix. Revolution's language, Transcript, is dynamically typed, English-like, and provides features including associative arrays, regular expressions, QuickTime support, database access, and TCP/IP connectivity. It is claimed to allow beginning programmers to get started easily. For seasoned programmers steeped in "conventional' languages, the learning curve is much steeper as many former means of "doing things" must be abandonded.

Revolution project files can be used on any platform, and run with the platform's look, feel, and behavior requiring little modification. Menus are handled correctly for each platform.

Compiling produces a single-file standalone executable for each platform targeted. There is no separate runtime necessary.

The ability to compile executables as well as the number of platforms that can be targeted are depenedent upon the version; see "Versions" below.

Revolution offers high-level access to many commonly used features. For example, to load the contents of a web page into a variable takes one line of code:

put url "http://www.yahoo.com" into tMyVariable

FTP and file access is similar:

put url "ftp://john:passwd@ftp.example.net:2121/picture.jpg" into url "binfile:myFile.txt"

Transcript is the former name for the scripting language Revolution.