× 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 Wed, Jun 13, 2018 at 1:48 PM, James H. H. Lampert
<jamesl@xxxxxxxxxxxxxxxxx> wrote:
On 6/13/18, 10:35 AM, Jack Woehr wrote:
Yeah, I was going to say ... you have it already ... it's called "ILE C"
:)

Except that C is not what I would call a true HLL. At least, not in the
sense of BASIC, FORTRAN, RPG, COBOL, PL/I, Pascal, or Java (even though Java
syntax is based on C syntax). More a mid-level language: higher level than
assembler, lower than a true HLL, and more than enough rope to hang
yourself.

This raises an interesting question. When we label a language by its
abstraction level, are we talking about how abstract the language
*allows* us to be? Or how abstract programs in that language
*typically* are? Or how strongly we are *prevented* from accessing
lower-level features? Or something else?

Most people categorize C in roughly the same level as Fortran (note
it's not spelled in all caps anymore). Both are pretty low by modern
standards, but significantly higher than assembly. Of the group you
listed, C is special because it gives the most unfettered access to
lower-level features, and it's the only one of those to be widely used
to write compilers and operating systems. But you can easily use C
exactly as you would use Basic (also no longer all caps) or Pascal,
and indeed that's exactly how I used C when I was programming in it.
Actually, you could easily argue that C is higher level than several
early incarnations of BASIC (all caps to emphasize the earliness),
which didn't even have proper procedures or functions. (There was
GOSUB, kind of like RPG's EXSR.) Similarly, FORTRAN didn't allow
recursion, though nowadays Fortran does.

Java also stands out among those you listed, because it's quite
clearly higher level than any of the others.

I still wish PL/I had taken off. Now there's a language where you can almost
say, "You know what I want; just do it." If it had taken off, then we'd
probably have Object PL/I (it exists, but only just barely) instead of C++,
Objective C, and Java.

Even in the most optimistic scenario, PL/I would never have supplanted
C. Thus at minimum there would still be C++. And from there it is hard
to imagine that the slew of other C-descended languages wouldn't have
also arisen.

I do think it would have been nice for PL/I to have become more
popular than it has. I definitely agree it would make a very nice ILE
option. But compatibility with existing code matters a lot, so there
was never any chance RPG would have gone away, and it's vastly easier
to improve RPG than to maintain and develop both RPG and PL/I.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.