Jump to content

Agena: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 7: Line 7:
;Version
;Version
*Agena 2.9.8 (2016-08-16)
*Agena 2.9.8 (2016-08-16)
 
*Agena 2.14.12 (2019-05-01)
;License:The source code is released under the [[MIT License]] while the binaries are released under the [[GNU GPL v2 License]].
;License:The source code is released under the [[MIT License]] while the binaries are released under the [[GNU GPL v2 License]].


Line 14: Line 14:


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


[[Category:Programming Languages]][[Category:Open Source Software]]
[[Category:Programming Languages]][[Category:Open Source Software]]

Revision as of 20:42, 7 May 2019

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)
  • Agena 2.14.12 (2019-05-01)
License
The source code is released under the MIT License while the binaries are released under the GNU GPL v2 License.
Author

Links