what i don't like in ms visual studio is the long compiling and linking process , the hard disk flashing on/off .i feel as if i am driving a truck. if we do a lot of experiments it turns to a nightmare , purebasic : a compiler, instant executing the programs, suitable for all levels, have too much internal and external Libs. if there is a Nobel prize for programming then it should be for purebasic. some billionaire out there should support purebasic project by a little 10 million euros.
the only thing i wish is the "^" operator, not to replace the "Pow" but as an add on, in one program either we use this or that and not both. x^9+y^20+z^2 are much nicer than Pow(x,9)+Pow(y,20)+Pow(z,2)
there is a thread about that somewhere