*** Welcome to piglix ***

TADS

TADS
Paradigm prototype-based, domain-specific
Designed by Michael J. Roberts
Developer Michael J. Roberts
First appeared 1988; 29 years ago (1988)
Stable release
Version 3.1.3 / May 16, 2013; 3 years ago (2013-05-16)
Typing discipline Strong typing, type inference
OS Amiga, BeOS, DOS, Microsoft Windows, Unix (Linux, Mac OS X), others
License TADS 2 Freeware source code
Website www.tads.org

Text Adventure Development System (TADS) is a prototype-based domain-specific programming language and set of standard libraries for creating interactive fiction (IF) games.

The original TADS 1 was released by High Energy Software as shareware in 1988, and was followed by TADS 2 not long after. In the early 1990s, TADS established itself as the number one development tool for interactive fiction, in place of simpler systems like AGT (Adventure Game Toolkit). In the late 1990s, it was joined by Inform as the most popular interactive fiction development language.

TADS 2 syntax is based on C, with bits of Pascal. TADS 2 has been maintained and updated at regular intervals by its creator, Michael J. Roberts, even after it became freeware in July 1996. Graham Nelson, creator of Inform, describes Inform and TADS as the "only two systems... widely used" in the last half of the 1990s, and TADS has been called "The second most commonly used IF programming language today". Multimedia TADS, introduced in 1998, allows games to display graphics, animation and play sounds, if the platform supports it.

In 2006, TADS received a major overhaul with the release of TADS 3, which is a complete rewrite of the TADS engine, only retaining the platform-dependent code to ease porting. TADS 3 uses a language with a syntax that resembles C++ and Java. It has many new features, such as efficient dynamic objects (with automatic garbage collection), structured exceptions, native UTF-8 strings, and many useful function classes.


...
Wikipedia

...