Page 1 of 1

PureBasic is a teenager!

Posted: Sat Dec 21, 2013 11:56 am
by PB
Just noticed it was PureBasic's 13th birthday the other day!
So congratulations, PureBasic -- you're now a teenager! :D

Re: PureBasic is a teenager!

Posted: Sat Dec 21, 2013 12:49 pm
by Shield
Oh good, now the problems are really going to start the next few years until it gets out of puberty... :wink:

Re: PureBasic is a teenager!

Posted: Sun Dec 22, 2013 1:31 pm
by applePi
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