...During the work on the low-level parts of the new Red lexer, the need arised for intra-function factorization abilities to keep the lexer code as DRY as possible. Subroutines were introduced to solve that. They act as the GOSUB directive from Basic language. They are defined as a separate block of code inside a function's body and are called like regular functions (but without any arguments). So they are much lighter and faster than real function calls and require just one slot of stack space to store the return address.
Agena is an interpreted procedural programming language.
Agena is an easy-to-learn procedural programming language designed for science, scripting, and many other applications. Binaries are available for Windows, Linux, Solaris, OS/2, Mac OS X, Raspberry Pi and DOS.
Visia is a programming language (native compiler) made in VB6 (Visual Basic 6.0).
Updates and content
--------------------------
Visia Compiler 4.8.7.zip
- is the original code of Visia Compiler.
Visia Compiler 4.8.7.zip
--------------------------
Visia Compiler 4.8.7.1.zip
- It contains a small and intelligent change suggested by Wilksey! (PSC programmer) which enables a real-time syntax highlighting.