comp.lang.ada
 help / color / mirror / Atom feed
From: Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject: Re: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family?
Date: Thu, 27 May 2021 13:53:29 -0400	[thread overview]
Message-ID: <pjivagp079qf5vd7h6mjpku7uq5bfrv117@4ax.com> (raw)
In-Reply-To: 87wnrkf9pr.fsf@nightsong.com

On Thu, 27 May 2021 09:00:16 -0700, Paul Rubin <no.email@nospam.invalid>
declaimed the following:

>It wasn't just the I/O:
>
> http://doc.cat-v.org/bell_labs/why_pascal/
>

	I believe the original goal for Pascal was to be a teaching language
for algorithm development, and wasn't meant to be a real application
programming language. Heck -- the earlier VMS Pascal required one to link
into the FORTRAN libraries if one needed things like sin()/cos() functions.

>Borland Turbo Pascal was very popular and apparently practical, though.
>I never used it but I have the impression that it (like most deployed
>Pascal implementations) somehow supplied workarounds to the limitations
>described in the paper above.
>
	Which made it a "lock-in" language -- it wasn't Pascal as defined by
Wirth and UCSD. One had to use compatible hardware (Windows, as I recall).
Not much use when writing a satellite control (ground station) system on a
VAX/Alpha machine (and yes, one such WAS written in VMS Pascal*... A few
years later the new version was on HPUX [or whatever they called it]
written in C -- they went from PDP-11 assembly to VAX Pascal to HP C)



>
>The binary of Turbo Pascal was eventually released for no cost download,
>but apparently the source code was never released.  That is

	I believe Turbo Pascal evolved into Borland's Delphi, which added OOP
features. Now Embarcadero... And available in a "community edition"
https://www.embarcadero.com/products/delphi/starter (interesting: they
allow either Delphi OR C++Builder community editions, but not both on a
computer [time for virtual machine images <G>]) Community license needs to
be renewed annually (though is a free download as I read the site). OUCH --
Professional level is $1600 to start, and $400/year renewal (the initial
$1600 is "perpetual", the $400/year is a subscription for updates/upgrades)

>disappointing based on how cool the above articles make it sound.

	It feels bloated to me, but there is FreePascal with the Lazarus IDE.

	My last Python exposure was on my TRS-80 model 4; Alcor Pascal (under a
RatShack license name -- Model 3 was pure Alcor release). It had the odd
feature of allowing one to manually edit the "object" files. Once one
learned the structure (they were ASCII) one could cut&paste
functions/subroutines).

http://www.trs-80.org/alcor-pascal/

	I seem to recall having Blaise II (editor) configured to work like VMS
EDT (a bit of a trick, as the numeric pad only had 3 PF keys, not the 4
found on a VT100)

*	The realtime group did a survey of languages when they upgraded from
the PDPs -- choices were VMS assembly, FORTRAN77, Pascal, and C. We had
something like 30 people in the realtime group, and 70 people in the rest
of the program skilled in F77. They tossed out C as error-prone, F77 as
"old", assembly as "why change processor, then", and argued that many
graduates at the time were learning Turbo Pascal in college.
	When I saw the evaluation email, I sent back one that pointed out that
Turbo Pascal had a lot of add-ons that would not be meaningful in a Wirth
level Pascal (VMS did allow separate compilation, and linking to libraries
written in other languages -- DEC had a common set of built-ins to define
passing arguments as value/reference/descriptor so one could match the
convention of the library language). I also pointed out that, having
ignored the expertise of the 80+ F77 programmers, and gone the mile to
choose Pascal, they might have fallen onto their faces and picked DEC VMS
Ada -- a language designed for realtime processing...

	A few years later, the department manager confessed that Pascal had
been a mistake (I believe the lead realtime programmer had threatened to
leave if Pascal was not picked -- manager caved in).


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/

  parent reply	other threads:[~2021-05-27 17:53 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16 12:25 why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? Nasser M. Abbasi
2014-07-16 16:55 ` Luke A. Guest
2014-07-16 17:40 ` john
2014-07-16 17:47   ` Adam Beneschan
2014-07-16 19:57     ` Jeffrey Carter
2014-07-17 11:53       ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Luke A. Guest
2014-07-17 17:06         ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " Jeffrey Carter
2014-07-16 20:52     ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, " Georg Bauhaus
2014-07-16 19:22   ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Simon Wright
2014-07-16 19:52   ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " Jeffrey Carter
2014-07-17  2:14     ` Dan'l Miller
2014-07-17  5:29     ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, anon
2014-07-17 12:24       ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Dan'l Miller
2014-07-22  0:01         ` Randy Brukardt
2014-07-22  0:59           ` pincerfae
2014-07-22 14:41           ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Dan'l Miller
2014-07-22 21:46             ` Randy Brukardt
2014-07-16 17:41 ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? Adam Beneschan
2014-07-16 23:06   ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Simon Clubley
2014-07-16 22:10 ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " torralbaduran
2014-07-17 11:08 ` Harvey White
2014-07-17 12:04   ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Simon Clubley
2014-07-17 12:11     ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " Simon Clubley
2014-07-17 12:20     ` Dmitry A. Kazakov
2014-07-18  2:17       ` Dennis Lee Bieber
2014-07-18  6:53         ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Simon Wright
2014-07-17 21:37 ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " leonid.dulman
2014-07-17 22:25   ` Nasser M. Abbasi
2014-07-17 23:50   ` Shark8
2014-07-18  1:00   ` Lucretia
2014-07-18  8:01   ` J-P. Rosen
2014-07-18 15:35   ` Presentation for the Ada-Europe conference (Was: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family?) Jacob Sparre Andersen
2014-07-19  9:10   ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? Pascal Obry
2014-07-18 11:09 ` leonid.dulman
2014-07-18 18:08 ` isaac1.0
2014-07-18 19:04   ` gautier_niouzes
2014-07-21 23:09     ` isaac1.0
2014-07-19 14:03   ` Dennis Lee Bieber
2014-07-19 12:17 ` jm.tarrasa
2014-07-19 14:12   ` gvdschoot
2014-07-19 14:26     ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, Delphi, Algol, ...) " Simon Clubley
2014-07-19 14:35       ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) " gvdschoot
2014-07-19 16:38         ` Simon Clubley
2014-07-19 17:11           ` Georg Bauhaus
2014-07-19 14:56     ` Dan'l Miller
2014-07-19 15:20       ` gvdschoot
2014-07-19 17:56 ` Per Sandberg
2014-07-20 19:40   ` pincerfae
2014-07-20 22:30     ` Shark8
2014-07-20 22:51       ` gautier_niouzes
2014-07-20 23:11         ` why the pascal family of languages (Pascal, Ada, Modula-2, 2, Oberon, " Shark8
2014-07-20 23:21           ` why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, " Dan'l Miller
2014-07-21  1:42             ` Shark8
2014-07-21  4:57               ` Nasser M. Abbasi
2014-07-21  6:51                 ` Shark8
2014-07-21 18:01                   ` pincerfae
2014-07-20 23:18         ` Dan'l Miller
2014-07-21  1:16           ` Shark8
2021-05-27  6:53 ` Robin Vowels
2021-05-27  7:55   ` ldries46
2021-05-27 16:45     ` Robin Vowels
2021-05-28  7:22       ` ldries46
2021-05-28 13:59         ` Robin Vowels
2021-05-27 23:47     ` Wilson
2021-05-27 15:46   ` Dennis Lee Bieber
2021-05-27 16:00     ` Paul Rubin
2021-05-27 16:49       ` Robin Vowels
2021-05-27 17:53       ` Dennis Lee Bieber [this message]
2021-05-28  0:34       ` John Perry
2021-05-28 12:37         ` Shark8
2021-05-28 13:07           ` John Perry
2021-05-28 13:28             ` Dmitry A. Kazakov
2021-05-30 16:12               ` Luke A. Guest
2021-05-30 19:00                 ` Bill Findlay
2021-05-31 14:26                   ` Paul Rubin
2021-06-01  0:32                     ` Bill Findlay
2021-06-01  3:34                       ` Paul Rubin
2021-06-01 11:23                         ` Bill Findlay
2021-06-01 16:46                           ` Paul Rubin
2021-06-01 23:04                             ` Bill Findlay
2021-06-02 14:04                               ` John Perry
2021-06-02 14:38                                 ` Dmitry A. Kazakov
2021-06-02 17:26                                   ` Simon Wright
2021-06-02 18:13                                 ` Bill Findlay
2021-05-28 15:01           ` Gautier write-only address
2021-05-28 14:49       ` Gautier write-only address
2021-05-28 19:22         ` Paul Rubin
2021-06-01 14:09           ` Shark8
2021-06-02 18:51             ` Gautier write-only address
2021-06-07 17:56               ` Shark8
2021-06-02 19:17 ` Gabriele Galeotti
2021-06-02 23:11   ` Randy Brukardt
2021-06-03  1:29     ` Gabriele Galeotti
2021-06-03 16:51       ` Dennis Lee Bieber
2021-06-02 23:40   ` Paul Rubin
2021-06-03  1:04     ` Gabriele Galeotti
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox