×
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.
On 4/21/2014 9:16 AM, John Yeung wrote:
(3) I think there are advantages to free-format RPG versus
traditional-format RPG.
(3a) I believe there are *some aspects* of traditional format that are
*arguably* better than free form.
I have a love-hate relationship with columns. On the one hand, they are
very concise. Concise is nice when it comes to writing, but not
necessarily when it comes to reading (like APL). In particular, imagine
F specifications. There's a lot of information packed in to relatively
few (common) columns. Pretty easy to write, not so easy to read.
I myself have mixed feelings about reading columnar calculations. On
the one hand, it was pretty easy to have all the result fields lined up
like that. On the other, that was because we couldn't use expressions,
so it took multiple lines of code to do anything more complex than ADD 1
X :-)
The good news is that it's not an exclusive-or situation. Those who
find a use for columns can use them even in and among fully free lines
of code.
--buck
As an Amazon Associate we earn from qualifying purchases.