Re: What computer languages are standardised?
- From: Scott Moore <samiamsansspam@xxxxxxx>
- Date: Wed, 16 Nov 2005 12:23:45 -0800
casioculture@xxxxxxxxx wrote On 11/15/05 20:00,:
>
> Either ANSI or ISO, what computer languages are standardised?
Fortran, Basic, Cobol, Pascal, C, Ada, C++.
Which I believe also is the order in which standards appeared for these
languages.
>
> And what are the pros and cons of being a standardised language?
>
Depends on the language. The C standard and the Fortran standards have
been very sucessful in standardizing the language. In Pascal, the standards
process failed to make any significant impact. C++ is unique in that there
is probally no vendor on the planet that implements the entire standard.
All of the standards suffer from escalation, that is the need for
the comittees that make them to continually rachet up the complexity of
the languages they cover. The C99 standard does not have widespread
compliance, and may never. Fortran is in a similar state. The Pascal
normal standard was largely ignored, and the extended standard was
fully implemented by only one vendor, the same one who proposed the
standard itself.
Arguably the most sucessful standards were the first ones, where the
comittees that performed the standardization were under pressure to
simply codify the existing language as a rigorous standard, and not
add any new features. The worst standards, in terms of generating
complying implementations, were the ones where significant design
work was done in comittee.
The C++ standard was a classic study in comittee standard design.
Some of the features proposed weren't even workable, and the feature
creep got completely out of control.
My idea of standards that were outstanding, in terms of design
and later compliance are:
Fortran 77
Minimal Basic
ANSI C
Standard Pascal
My idea of the worst:
Any of the later versions of Fortran
C++
Of course, others are going to have their own list.
Have I offended enough people here yet ?
.
- Follow-Ups:
- Re: What computer languages are standardised?
- From: Oliver Wong
- Re: What computer languages are standardised?
- From: adaworks
- Re: What computer languages are standardised?
- From: Scott Moore
- Re: What computer languages are standardised?
- From: MSCHAEF.COM
- Re: What computer languages are standardised?
- References:
- What computer languages are standardised?
- From: casioculture
- What computer languages are standardised?
- Prev by Date: Re: What computer languages are standardised?
- Next by Date: Re: Programming riddle - duplicates in array
- Previous by thread: Re: What computer languages are standardised?
- Next by thread: Re: What computer languages are standardised?
- Index(es):
Relevant Pages
|