Alternative history?
-
From CP newsletter The ever-growing problem of ever-growing codebases • The Register[^] Rambling article covering several things. (It really rambles.) Towards the top is the following statement. "Pascal became Turbo Pascal which became Borland Delphi and drove the success of Microsoft Windows 3. Delphi was, for a while, huge. But Wirth ignored all that ..." All I can say is that I have never see such a claim before nor does it jive with what I experienced. Window 3 was driven by C and Basic. And probably quite a bit of assembler. Pascal did not become Turbo Pascal. Turbo Pascal was just a product from one company. I note that the Tiobe index now lists Delphi and Pascal together but Delphi is a product and Pascal still remains a programming language distinct from that, because compilers still exist. Delphi was released for Windows 3.1 (not 3) and wasn't anything but a niche language at the time. And continued as a niche language. Is also still exists. It does seem that perhaps Pascal itself is a dead/abandoned language in that the last standard was released in the early 90s. That would suggest it is not really an active language anymore. While Delphi has had recent releases. Quick look suggested there is no standard for Delphi. For myself that tends to indicate it is more just a product (which at a minimum means it is only relevant to the adoption of that specific product.) ------------------------------------------------------ Then after a lot of rambling the author gets to this bit. "There is an urgent need for smaller, simpler software." Err..no. Complexity doesn't mean easy but simple doesn't deliver what complexity does. Based on that argument then the Las Vegas Sphere should be torn down and replaced with shadow puppets backed by a fire created by rubbing sticks together. Certainly less complex. Absolutely not as much fun and that measured by many different criteria.
About 30 years ago Delphi (as part of RAD Studio) was a big thing in Windows development... Probably the only true RAD at that time with the very impressive VCL... I actually used it to write a POC for moving from DOS(COBOL) to Windows (as one who used Turbo Pascal to write my final project I had a soft spot for Pascal)... But as we couldn't find people knowing Pascal we moved to VB... (something MS encouraged too) Probably the most regrettable decisions we ever made...
"If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." ― Gerald Weinberg
-
C# was the first programming language for vacuum tube computers and eventually evolved into Fortran, now the defacto language for all server and web development.
Latest Articles:
A Lightweight Thread Safe In-Memory Keyed Generic Cache Collection Service A Dynamic Where Implementation for Entity FrameworkHi Marc, maybe you have that reversed. The first successful compile of a Fortan program was in 1958 (see link below). The first successful compile of C# was in 1988 (see link below) [^] C Sharp (programming language) - Wikipedia[^] I seem to remember Algol and Assembler being prevalent during the vacuum tube era.
-
From CP newsletter The ever-growing problem of ever-growing codebases • The Register[^] Rambling article covering several things. (It really rambles.) Towards the top is the following statement. "Pascal became Turbo Pascal which became Borland Delphi and drove the success of Microsoft Windows 3. Delphi was, for a while, huge. But Wirth ignored all that ..." All I can say is that I have never see such a claim before nor does it jive with what I experienced. Window 3 was driven by C and Basic. And probably quite a bit of assembler. Pascal did not become Turbo Pascal. Turbo Pascal was just a product from one company. I note that the Tiobe index now lists Delphi and Pascal together but Delphi is a product and Pascal still remains a programming language distinct from that, because compilers still exist. Delphi was released for Windows 3.1 (not 3) and wasn't anything but a niche language at the time. And continued as a niche language. Is also still exists. It does seem that perhaps Pascal itself is a dead/abandoned language in that the last standard was released in the early 90s. That would suggest it is not really an active language anymore. While Delphi has had recent releases. Quick look suggested there is no standard for Delphi. For myself that tends to indicate it is more just a product (which at a minimum means it is only relevant to the adoption of that specific product.) ------------------------------------------------------ Then after a lot of rambling the author gets to this bit. "There is an urgent need for smaller, simpler software." Err..no. Complexity doesn't mean easy but simple doesn't deliver what complexity does. Based on that argument then the Las Vegas Sphere should be torn down and replaced with shadow puppets backed by a fire created by rubbing sticks together. Certainly less complex. Absolutely not as much fun and that measured by many different criteria.
I did love Delphi. It was not niche, but it was vastly different from Pascal. I had to modify a lot of code to be 2k compliant in Pascal, and it was hard. In Delphi, we mucked with pointers and I might accidentally have killed a company by writing an article. It was my first article ever, not even on CodeProject. Delphi meant RAD on Win32. It was quick like VB6, but you could do more. Of course I loved it, still do. You can downplay it, but that doesn't mean we didn't deliver a real time product. And by real time I do mean real time, it responded in less than 24 frames (and you shared a few ms with other stuff). On a non real time OS. Our world was between VB6 with its ease, and C with its power. You can ridicule it all you want :thumbsup:
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
Marc Clifton wrote:
vacuum tube computers
During the Hoover administration?
1960's, was my first. me: "I'm here to fix the computer" cust: "I think it is one of those little light bulbs, that's what it was the last time". :)
>64 It’s weird being the same age as old people.
-
From CP newsletter The ever-growing problem of ever-growing codebases • The Register[^] Rambling article covering several things. (It really rambles.) Towards the top is the following statement. "Pascal became Turbo Pascal which became Borland Delphi and drove the success of Microsoft Windows 3. Delphi was, for a while, huge. But Wirth ignored all that ..." All I can say is that I have never see such a claim before nor does it jive with what I experienced. Window 3 was driven by C and Basic. And probably quite a bit of assembler. Pascal did not become Turbo Pascal. Turbo Pascal was just a product from one company. I note that the Tiobe index now lists Delphi and Pascal together but Delphi is a product and Pascal still remains a programming language distinct from that, because compilers still exist. Delphi was released for Windows 3.1 (not 3) and wasn't anything but a niche language at the time. And continued as a niche language. Is also still exists. It does seem that perhaps Pascal itself is a dead/abandoned language in that the last standard was released in the early 90s. That would suggest it is not really an active language anymore. While Delphi has had recent releases. Quick look suggested there is no standard for Delphi. For myself that tends to indicate it is more just a product (which at a minimum means it is only relevant to the adoption of that specific product.) ------------------------------------------------------ Then after a lot of rambling the author gets to this bit. "There is an urgent need for smaller, simpler software." Err..no. Complexity doesn't mean easy but simple doesn't deliver what complexity does. Based on that argument then the Las Vegas Sphere should be torn down and replaced with shadow puppets backed by a fire created by rubbing sticks together. Certainly less complex. Absolutely not as much fun and that measured by many different criteria.
I still have the book on Delphi 5 by Marco Cantu. Unfortunately did not go through it fully. Had to modify, enhance software tools related to a wind energy simulation software, which i believe is still in Delphi. Same is the case with Jeff Prosise's MFC book. Which was also purchased around the same time, 2002/2003. Did not read it fully.
-
Hi Marc, maybe you have that reversed. The first successful compile of a Fortan program was in 1958 (see link below). The first successful compile of C# was in 1988 (see link below) [^] C Sharp (programming language) - Wikipedia[^] I seem to remember Algol and Assembler being prevalent during the vacuum tube era.
#include <humour.h> It was a joke!
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
#include <humour.h> It was a joke!
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Thank you for share with us.
-
From CP newsletter The ever-growing problem of ever-growing codebases • The Register[^] Rambling article covering several things. (It really rambles.) Towards the top is the following statement. "Pascal became Turbo Pascal which became Borland Delphi and drove the success of Microsoft Windows 3. Delphi was, for a while, huge. But Wirth ignored all that ..." All I can say is that I have never see such a claim before nor does it jive with what I experienced. Window 3 was driven by C and Basic. And probably quite a bit of assembler. Pascal did not become Turbo Pascal. Turbo Pascal was just a product from one company. I note that the Tiobe index now lists Delphi and Pascal together but Delphi is a product and Pascal still remains a programming language distinct from that, because compilers still exist. Delphi was released for Windows 3.1 (not 3) and wasn't anything but a niche language at the time. And continued as a niche language. Is also still exists. It does seem that perhaps Pascal itself is a dead/abandoned language in that the last standard was released in the early 90s. That would suggest it is not really an active language anymore. While Delphi has had recent releases. Quick look suggested there is no standard for Delphi. For myself that tends to indicate it is more just a product (which at a minimum means it is only relevant to the adoption of that specific product.) ------------------------------------------------------ Then after a lot of rambling the author gets to this bit. "There is an urgent need for smaller, simpler software." Err..no. Complexity doesn't mean easy but simple doesn't deliver what complexity does. Based on that argument then the Las Vegas Sphere should be torn down and replaced with shadow puppets backed by a fire created by rubbing sticks together. Certainly less complex. Absolutely not as much fun and that measured by many different criteria.
Quote:
"Pascal became Turbo Pascal which became Borland Delphi"
Ummm, not as I recall, Turbo Pascal was the Borland flavor of Pascal which only existed on PC's I had Pascal on the Amiga it was tight to the standard which Turbo took liberty's with you didn't have to have
Program Hello
at the top or the horrible
Program Hello (INPUT/OUTPUT)
for you Dos junkies as I recall it gave a new line with each { preventing K&R style. It also had Poke and Peek, I was there man,I saw things, horrible things :omg:
-
#include <humour.h> It was a joke!
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Oh (sounds of objects whistling over head). Me gotta go sharpen stone axe now. Someone left big black monolith blocking cave entrance.
-
I did love Delphi. It was not niche, but it was vastly different from Pascal. I had to modify a lot of code to be 2k compliant in Pascal, and it was hard. In Delphi, we mucked with pointers and I might accidentally have killed a company by writing an article. It was my first article ever, not even on CodeProject. Delphi meant RAD on Win32. It was quick like VB6, but you could do more. Of course I loved it, still do. You can downplay it, but that doesn't mean we didn't deliver a real time product. And by real time I do mean real time, it responded in less than 24 frames (and you shared a few ms with other stuff). On a non real time OS. Our world was between VB6 with its ease, and C with its power. You can ridicule it all you want :thumbsup:
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
Hi Marc, maybe you have that reversed. The first successful compile of a Fortan program was in 1958 (see link below). The first successful compile of C# was in 1988 (see link below) [^] C Sharp (programming language) - Wikipedia[^] I seem to remember Algol and Assembler being prevalent during the vacuum tube era.
I hope it was a joke as the provided link contradicts “1988” in the first paragraph.
Quote:
The C# programming language was designed by Anders Hejlsberg from Microsoft in 2000 and was later approved as an international standard by Ecma (ECMA-334) in 2002