Text Adventure Development System: Difference between revisions

Content deleted Content added
Adding some content, probably needs further editing. "Interpreter" changed to "virtual machine".
m dependant > dependent (adjective)
Line 15:
supports it.
 
Recently, TADS received a major overhaul with the release of '''TADS 3''', which is a complete rewrite of the TADS engine, only retaining the platform-dependantdependent code to ease [[porting]].
TADS 3 has many new features, such as efficient dynamic objects (with [[automatic garbage collection]]), structured [[Exception handling|exceptions]], native [[UTF-8]] strings, and many useful function classes.