Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Alternative history?

Alternative history?

Scheduled Pinned Locked Moved The Lounge
delphicssdatabasecomalgorithms
19 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Marc Clifton

    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 Framework

    G Offline
    G Offline
    Gary Stachelski 2021
    wrote on last edited by
    #10

    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.

    D E 2 Replies Last reply
    0
    • J jschell

      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.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #11

      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.

      J 1 Reply Last reply
      0
      • P PIEBALDconsult

        Marc Clifton wrote:

        vacuum tube computers

        During the Hoover administration?

        T Offline
        T Offline
        theoldfool
        wrote on last edited by
        #12

        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.

        1 Reply Last reply
        0
        • J jschell

          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.

          A Offline
          A Offline
          Amarnath S
          wrote on last edited by
          #13

          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.

          1 Reply Last reply
          0
          • G Gary Stachelski 2021

            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.

            D Offline
            D Offline
            Daniel Pfeffer
            wrote on last edited by
            #14

            #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.

            S G 2 Replies Last reply
            0
            • D Daniel Pfeffer

              #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.

              S Offline
              S Offline
              sarfaraj23n
              wrote on last edited by
              #15

              Thank you for share with us.

              1 Reply Last reply
              0
              • J jschell

                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.

                G Offline
                G Offline
                glennPattonPub
                wrote on last edited by
                #16

                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:

                1 Reply Last reply
                0
                • D Daniel Pfeffer

                  #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.

                  G Offline
                  G Offline
                  Gary Stachelski 2021
                  wrote on last edited by
                  #17

                  Oh (sounds of objects whistling over head). Me gotta go sharpen stone axe now. Someone left big black monolith blocking cave entrance.

                  1 Reply Last reply
                  0
                  • L Lost User

                    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.

                    J Offline
                    J Offline
                    jschell
                    wrote on last edited by
                    #18

                    Eddy Vluggen wrote:

                    It was not niche,

                    Not the best word choice on my part. I meant that it was not used very much. Not that it was limited.

                    1 Reply Last reply
                    0
                    • G Gary Stachelski 2021

                      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.

                      E Offline
                      E Offline
                      englebart
                      wrote on last edited by
                      #19

                      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

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups