PureBasic is a teenager!

Developed or developing a new product in PureBasic? Tell the world about it.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

PureBasic is a teenager!

Post by PB »

Just noticed it was PureBasic's 13th birthday the other day!
So congratulations, PureBasic -- you're now a teenager! :D
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: PureBasic is a teenager!

Post by Shield »

Oh good, now the problems are really going to start the next few years until it gets out of puberty... :wink:
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: PureBasic is a teenager!

Post 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
Post Reply