Jump to content

Agena: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:
Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, graphical, and many other applications, including scripting. The language also has text processing and macro functions and can be used as a separate text/macro processor if set up as such and is available for multiple platforms.
Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, graphical, and many other applications, including scripting. The language also has text processing and macro functions and can be used as a separate text/macro processor if set up as such and is available for multiple platforms.


==Charset support (for macro/text processing)==
Charset support (for macro/text processing):
8 Bit [[ASCII]] (256 Characters according to current codepage). No support for [[Unicode]] or [[DBCS]].
*8 Bit ASCII (255 characters according to current codepage). No support for [[Unicode]] or DBCS.


==Version==
;Version
* Latest Version for OS/2-eCS: Agena 2.9.7. / 2016-02-05
*Agena 2.9.8 (2016-08-16)


==Links==
;License:The source code is released under the [[MIT License]] while the binaries are released under the [[GNU GPL v2 License]].
* Official Web Site: http://agena.sourceforge.net


==License==
;Author
The source code is released under the [[MIT License]] while the binaries are released under the [[GNU GPL v2 License]].
 
==Author==
* [[Alexander Walz]]
* [[Alexander Walz]]


==Publications==
==Links==
* A quick and dirty tutorial: http://sourceforge.net/projects/agena/files/Manuals/agena-crashcourse.pdf/download
* Official Web Site: http://agena.sourceforge.net
* A quick and dirty tutorial: [http://sourceforge.net/projects/agena/files/Manuals/agena-crashcourse.pdf/download agena-crashcourse.pdf]


[[Category:Programming Languages]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:MAC OSX Tools]] [[Category:Solaris Tools]] [[Category:Linux Tools]]
[[Category:Programming Languages]][[Category:Open Source Software]]

Revision as of 07:37, 12 January 2017

Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, graphical, and many other applications, including scripting. The language also has text processing and macro functions and can be used as a separate text/macro processor if set up as such and is available for multiple platforms.

Charset support (for macro/text processing):

  • 8 Bit ASCII (255 characters according to current codepage). No support for Unicode or DBCS.
Version
  • Agena 2.9.8 (2016-08-16)
License
The source code is released under the MIT License while the binaries are released under the GNU GPL v2 License.
Author

Links