Über FastScript

Mehrsprachige Skriptengine.

FastScrip wurde in Object Pascal geschreiben und kann in Borland Delphi 4-7,2005-2007 C++Builder 4-6, Lazarus und Kylix 1-3 installiert werden. Mithilfe von FastScript soll es möglich sein, mehrere Sprachen (PascalScript und C++Script) zu nutzen. Außerdem soll die Bibliothek Windows- und Linux-Umgebungen unterstützen. Eine Testversion steht zum Downloaden bereit.

FastScript offers a wide range of features, including cross-platform scripting, fast code execution, a small footprint, a great variety of tools, and excellent scaling options. Use FastScript to make your applications really flexible and powerful.

FastScript Features:

  • OLE support.
  • Variant array support.
  • Multi-language architecture supports several languages (currently, PascalScript, C++Script, BasicScript and JScript).
  • Multi-language scripts may be used. For example, one module may be written in PascalScript, another in C++Script.
  • Standard language set: variables, constants, procedures, functions (nested functions are allowed) with var/const/default parameters, all the standard operators and statements (including case, try/finally/except, with), types (int, float, bool, char, string, multi-dimensional array, enum, variant), classes (with methods, events, properties, indices and default properties).
  • Checking compatibility of types.
  • Access to any object inside your application. Standard libraries for access to base classes, controls, forms and DB. Library architecture may easily be expanded.
  • Small footprint - 80-150Kb, depending on the modules used.