Won't work. My ideas don't fit into "an existing os structure", and neither do those of several others here. You would be targeting only those people willing to be limited by the OS structure superimposed by your IDE... unless they ignore your IDE and use the OSKit / OSLib instead...KieranFoot wrote: An IDE would be used to implament these new ideas into an existing os structure...
The useful code snippets are in the Wiki. And... code wizards? Like "I want an O(1) scheduler" and there's your code?...providing useful code snippets and code wizards to do menial tasks...
I don't think so. It would be a huge workload to get even a marginally useful IDE put together, and I don't think the benefit will outweight the effort.The IDE would be to speed thing up, and help stop errors (with the wizards).
A great many of those made in C can be caught by lint and its ilk already. The rest are, as Curufir pointed out, perhaps not errors at all... we're speaking of one hell of artificial intelligence here.Also with a lot of hard work a code checker could be created to check for common errors...
Do you have any idea of how difficult it can be to just parse a programming language, let alone looking for semantical errors?