OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: agena on June 24, 2015, 10:23:59 pm

Title: Request for help on a proper English description of Agena
Post by: agena on June 24, 2015, 10:23:59 pm
Hello,

I have been publishing an eCS/OS2 version of my programming language Agena for quite some time.

To sum up its capabilities, I currently use the following sentence:

`Agena is an easy-to-learn procedural programming language designed to be used in science, scripting, and many other applications.`

However, `scripting ... applications` sounds very "Germish" to me. Is there a better wording ?

Thank you,

Alex from Bonn
http://agena.sourceforge.net
Title: Re: Request for help on a proper English description of Agena
Post by: Dave Yeo on June 25, 2015, 02:08:35 am
Applications sounds fine in English and if by scripting (I haven't actually looked at Agena) you mean an interpretative language that is suitable for writing a few lines to eg parse a file or such, think shell scripts or REXX then it's also fine.
Title: Re: Request for help on a proper English description of Agena
Post by: agena on June 25, 2015, 10:11:50 pm
Dave,

thank you very much for your help !

Alex
Title: Re: Request for help on a proper English description of Agena
Post by: Sergey Posokhov on June 25, 2015, 11:49:14 pm
Yes, it looks good.
And language too  :)
Title: Re: Request for help on a proper English description of Agena
Post by: Sergey Posokhov on June 26, 2015, 01:03:49 am
By the way, Alex, would you like to remove global variables from the language?
And add "out" and "ref" keywords to procedure arguments?
Here are two examples with recursion and no globals: