Transcript_programming_language Transcript_programming_language

Transcript programming language - Definition

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 Macintosh 7,8,9, Macintosh 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"

Versions

Revolution has four versions:

  • Home is designed for viewing documents only
  • Express is designed for use and deployment on one platform only
  • Developer is designed for use on one platform and deployment on any
  • Enterprise can be used on any platform and deploys to any as well

External link

Example Usage of programming

techgle_coding: programming-PHP: Project - PHP Output from Flash Drawings, Will Pay http://forum.techgle.com/showthread.php?t=319432
xquery: @dsha I believe the code defect table is generally applicable across all programming
sports_fan1059: Fox's sports programming leverage in TWC battle: By JOHN OURAND Sports programming on Fox, plus the company.. http://bit.ly/4CWv9i
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.