Acerca de FastScript

Motor de scripting multilenguaje.

FastScript is a cross-platform, multi-language scripting engine. It is useful for programmers who want to add scripting ability to their projects. FastScript can be installed in Embarcadero Delphi, C++Builder and Lazarus. An unique feature of FastScript is its ability to use several languages (PascalScript, C++Script, JScript and BasicScript). This allows you to write scripts using your favorite language. FastScript doesn't use Microsoft Scripting Host, so it can be used in both the Windows and Linux environments.

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.