Jump to content

Agena: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Agenalogo.png|300px|right]]
{{Software
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.
|Picture=Agenalogo.png
|Name=Agena
|Version=3.6.0 (Nov 2023)
|Author=[[Alexander Walz]]
|Licence=[[MIT License]]
|WWW=http://agena.sourceforge.net
}}
'''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 code page). No support for [[Unicode]] or DBCS.


==Version==
==Version==
* Latest Version for OS/2-eCS: Agena 2.8.6. / 2015-09-30
*2.9.8 (2016-08-16)
*2.15.3 (2019-07-01)
*2.28.1 (2022-05-31)
*2.41.3 (2023-07-03)
*3.6.0 (2023-11-26)


==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]


==License==
[[Category:Programming Languages]][[Category:Open Source Software]]
The source code is released under the [[MIT License]] while the binaries are released under the [[GNU GPL v2 License]].
 
==Author==
* [[Alexander Walz]]
 
==Publications==
* A quick and dirty tutorial: http://sourceforge.net/projects/agena/files/Manuals/agena-crashcourse.pdf/download
 
[[Category: Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:MAC OSX Tools]] [[Category:Solaris Tools]] [[Category:Linux Tools]]

Latest revision as of 20:52, 27 November 2023

Agena
Name Agena
Version 3.6.0 (Nov 2023)
Vendor
Author Alexander Walz
Licence MIT License
WWW http://agena.sourceforge.net

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 code page). No support for Unicode or DBCS.

Version

  • 2.9.8 (2016-08-16)
  • 2.15.3 (2019-07-01)
  • 2.28.1 (2022-05-31)
  • 2.41.3 (2023-07-03)
  • 3.6.0 (2023-11-26)

Links