

The History of Visual Development Environments 181
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?
Text editors are still around. (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.
Hypercard (Score:5, 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?
Comment removed (Score:4, Insightful)
Re:Text editors are still around. (Score:4, Insightful)
I'd absolutely hate to attempt to build a database application supposed to run in a windowing environment, with emphasis on UI/user experience, using any of the best text editors.
Ahahahaah!!! (Score:0, Insightful)
> A comment attached to the story lists two IDEs that preceded VB; can you name others?
A comment attached to the story lists two spacecraft that preceded the Space Shuttle; can you name others?
Oh God... Am i REALLY this old???
Re:Text editors are still around. (Score:5, 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.