|
When you get right down to it, many computer languages are obscure and not
really self explanatory. You just need to know the language. It might take
a while to thoroughly understand it. Is RPG unique in obscurity?
How about C?
#define FD_SET(fd, fds) \
(fds)->fdes[ (fd)/32 ] |= ( 1 << ( (fd)%32 ) )
That's crystal clear... not. Until you know how to read it.
IMO it's all a matter of knowing as much as possible about as many features
as possible.
Tom
|
| I learn RPG, I learn about indicators. 01 indicator 1, 12,
| indicator 12,
| okay, fine. I come across code *IN01. Doesn't take a
| rocket scientist to
| figure that one out. Then I come across *INKR. What the
| heck is that?
|
| It doesn't' matter how long it's been used, it's obscure.
| It's not self
| explanatory.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.