Slashdot Mirror


The History of Visual Development Environments

Esther Schindler writes "There was a time when programs were written in text editors. And when competition between C++ vendors was actually fierce. Step into the time travel machine as Andy Patrizio revisits the evolution and impact of the visual development metaphor. 'Visual development in its earliest stages was limited by what the PC could do. But for the IBM PC in the early 1980s, with its single-tasking operating system and 8- or 16-bit hardware, the previous software development process was text edit, compile, write down the errors, and debug with your eyes.' Where do you start? 'While TurboPascal launched the idea of an integrated development environment, [Jeff] Duntemann credits Microsoft's Visual Basic (VB), launched in 1991, with being the first real IDE.'... And yes, there's plenty more." A comment attached to the story lists two IDEs that preceded VB; can you name others?

9 of 181 comments (clear)

  1. VB? by Lumpy · · Score: 5, Funny

    Making managers that are "handy" think they are programmers cince 1992...

    --
    Do not look at laser with remaining good eye.
    1. Re:VB? by cultiv8 · · Score: 4, Funny
      --
      sysadmins and parents of newborns get the same amount of sleep.
  2. Quick C by Microsoft by Anonymous Coward · · Score: 4, Interesting

    Had a block-graphics GUI, mouse support and a visual debugger

    Can't remember the date, but certainly pre Windows 3.1

  3. VMS and Atari ST development tools by LizardKing · · Score: 4, Interesting

    That's a very Microsoft-centric article, although it does have a passing mention of Smalltalk. Earliest IDE I ever used was the toolset on VMS, which included editor, compiler, debugger and profiler - they were integrated via the shell. If that doesn't qualify, then there was DevPac for assembler and a C development package (Lattice C I think) on my Atari ST, which inclued integrated tools that were far more sophisticated than what was later offered by Turbo Pascal.

  4. Text editors are still around. by Viol8 · · Score: 5, Insightful

    "There was a time when programs were written in text editors."

    Yeah , 5 minutes ago when I finished updating some code.

    Plenty of unix C/C++/script/python coders still use vi and emacs. Just because IDEs rule the roost in Windows and Java development, don't assume every coder users or even requires them.

    1. Re:Text editors are still around. by Motard · · Score: 4, Insightful

      No, because I'd be wasting time reinventing things that have no business being reinvented. Using common controls such as those in the VCL encourage code re-use. While you are (re)designing a declarative language, I will be implementing more features.

      And there's a reason why IDE's tend to be tightly bound to a platform. All of the cross platform solutions turned out to be inferior because they were limited to the lowest common denominator. Applications that aren't so limited work better because they take atvantage of all the features of the environment and fit better within it. This is why Apple limited iOS apps to native apps.

    2. Re:Text editors are still around. by Darinbob · · Score: 4, Funny

      Well, I used to use "cat > a.out" but the problem is that too many terminals aren't fully 8-bit capable. So I got lazy in my old age and use a hex editor instead. I know it's a bit simple minded, but since I can do all hex digits on a numeric keypad with a single hand, I've discovered that I can use my other hand to pet the cat at the same time.

  5. Hypercard by Spectre · · Score: 4, Insightful

    When I think of "visual programming" the first thing I think of is Hypercard ... I was at uni when that came out, so late 80's?

    --
    "Flame away, I wear asbestos underwear"
  6. Seriously? by 0xdeadbeef · · Score: 4, Informative

    While TurboPascal launched the idea of an integrated development environment, [Jeff] Duntemann credits Microsoft's Visual Basic (VB), launched in 1991, with being the first real IDE

    Which makes him a retard. Form designers are not the primary component of IDEs, nor are they necessary to be called an IDE.