Category:Agena: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Add language template)
(Move website to language template, add expression parameter, links)
Line 1: Line 1:
{{language|Agena}}
{{language
Blurb taken from the [http://agena.sourceforge.net/ Agena programming language] page on SourceForge:
|site=http://agena.sourceforge.net/
|express=implicit}}

{{language programming paradigm|procedural}}
== What is Agena ? ==
== What is Agena ? ==
Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, and many other applications.
Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, and many other applications.
Line 9: Line 10:


== Which operating systems are supported ? ==
== Which operating systems are supported ? ==
You can download installers for Solaris, Windows, Linux, OS/2 & eComStation, and DOS.
You can download installers for [[Solaris]], [[Windows]], [[Linux]], OS/2 & eComStation, and DOS.


== How does it look like ? ==
== How does it look like ? ==
The syntax looks like very simplified Algol 68 with elements taken from Lua and SQL.
The syntax looks like very simplified [[ALGOL 68]] with elements taken from [[Lua]] and [[SQL]].


== How has it been implemented ? ==
== How has it been implemented ? ==
Agena is based on the ANSI C source code of Lua, a popular and widely used Open Source programming language.
Agena is based on the [[ANSI]] [[C]] source code of Lua, a popular and widely used Open Source programming language.

Revision as of 15:54, 15 February 2010

Language
Agena
This programming language may be used to instruct a computer to perform a task.
Official website
Type expression: Implicit
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Agena.

What is Agena ?

Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, and many other applications.

What can you do with Agena ?

Agena provides you with all the means you need to implement your ideas quickly: fast real and complex arithmetics, efficient text processing, graphics, flexible data structures, intelligent procedures, simple package management, plus various configuration facilities in multi-user environments.

Which operating systems are supported ?

You can download installers for Solaris, Windows, Linux, OS/2 & eComStation, and DOS.

How does it look like ?

The syntax looks like very simplified ALGOL 68 with elements taken from Lua and SQL.

How has it been implemented ?

Agena is based on the ANSI C source code of Lua, a popular and widely used Open Source programming language.