Web Site: https://www.victella.me/ETAC/
Alternative: etac.victella.me

e-mail: etac@victella.me

Victella

The Official Website of the
ETAC Programming Language

Site Last Updated:  14 February 2025

ETAC Libraries

Contents: Intrinsic TAC Libraries, Intrinsic Script Libraries, External TAC Libraries, ETAC Script Libraries.

This page lists the various intrinsic and external libraries available for the ETAC system.

Intrinsic TAC Libraries

Intrinsic TAC libraries are incorporated into the ETAC interpreter, and are considered as part of the ETAC language.

Intrinsic Script Libraries

Intrinsic script libraries are implemented as ETAC text script, and are considered as part of the ETAC language.

  • ETAC Auxiliary Library
    This library is included as part of the ETAC system.  The details of this library are presented in the document ETACProgLang(Official).pdf.
  • Data Object Library (etac)
    This library is included as part of the ETAC system.  The details of this library are presented in the document ETACProgLang(Official).pdf.

External TAC Libraries

External TAC libraries are implemented as dynamic linked libraries (DLLs).  There are currently no external TAC libraries available.

ETAC Script Libraries

ETAC script libraries are implemented as ETAC text script.

  • Functions Library
    This library is included as part of the ETAC system.  The details of this library are presented in the document FunctionsETACScriptLib.pdf.