×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Aaron
are you talkimg about RPG OA ????
;-)
Aaron Bartell <aaronbartell@xxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
28-07-2010 21:33
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
"RPG programming on the IBM i / System i" <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Re: Future of RPG was: Open Access for RPG
If RPG is taken to 100% free form then I would totally agree with
taking all the best syntax from other languages and putting them into
RPG. But trying to tailor it after a specific language wouldn't be as
beneficial in the end because you would be taking the baggage of that
language's syntax with it. For example, we shouldn't really need a
semi-colon at the end of statements.
At the end of the day, any major changes to RPG to make it more modern
should be critiqued heavily because many times things are added to
languages as flavors of the year and end up being baggage in the long
run.
Aaron Bartell
http://mowyourlawn.com
http://mowyourlawn.com/blog/
On Wed, Jul 28, 2010 at 1:38 PM, <hr@xxxxxxxxxxxx> wrote:
Okey Aaron,
yes
eg. calling a subprocedure (why is it named "subprocedure" when every
body
else calls it a function or a method in a class = serviceprogram ?
abcfunction({
parm3:'abc'
patm2:%trim(myname)
parm1:'chain'
});
As an Amazon Associate we earn from qualifying purchases.