Tool Download

ETAC-Interpreter

ETAC programming language.

Tool Name:

ETAC-Interpreter

Tool Version: 2-0-6-ena

Tool Type: Freeware

Tool Cost In: 0 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
The ETAC programming language is a general purpose dictionary and stack based interpreted script programming language fully capable of traditional high-level block structured language style syntax.

Long Description 1:
The ETAC programming language is a general purpose dictionary and stack based interpreted script programming language fully capable of traditional high-level block structured language style syntax.

Long Description 2:
The ETAC programming language is, arguably, the first of an evolutionary step of dictionary and stack based token activated programming languages, capable of full traditional high-level block structured syntax with the versatility and efficiency of a token activated stack-based language. A token activated programming language operates by sequentially activating text tokens, but not necessarily in one direction only. ETAC is a token activated language that uses 'sequential reverse-flow activation' which activates programmer-determined groups of tokens sequentially from left to right, but the tokens in each group are activated from right to left ('reverse-flow'). This allows the programming language to be written in groups using prefix notation as the programmer desires. It also allows the designer of the programming language to implement high-level block structured syntax, as is usual for traditional programming languages.