Delphi like IDE/VCL for Javascript, written in javascript
So something that I have been pondering is the creation of a rapid application framework/IDE similar to Delphi for javascript, in javascript.. Bear with me.. This is more or less theoretical conjecture at this point, but it amuses me and I wonder what kind of value there would be to be had from such a platform.
Where Delphi has always excelled, even to this day, is where its IDE and it’s VCL meet – you design the look of the application first, and then slap code in behind it second. Not the other way around. Users are given a “form” on which they can drag components from the visual component library. The VCL is a vast palette of components and elements really allowing you to make your program look however you want.. Afterward positioning everything and making the program look “correct” you go into each component and add the various bits needed to make them do what you want.
When it comes to rapid application development, Delphi is king. It beats VB, VC and Java hands down for easy of program design. This is my opinion of course and largely an opinion based on my experiences with it years ago. I don’t use it any more but I know a lot of folks still do and it’s doing fairly well.. I also see a lot of elements of Delphi’s innovated IDE in other IDE’s out there.. (*cough*Eclipse*cough*)