Extended array definition

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Extended array definition

Post by luis »

Eh, all the tips here are feasible (even if not really nice to look at) in a normal program , but when you can't waste time because you need to draw 60 frames/sec in a game or similar near real time programs and you just need to create and initialize some arrays with floats for vectors/matrices do so some opengl calls the idea of doing loops with strings it's something you want to avoid.
And the idea of doing manual assignment for each item also is not very appealing (and again not nice to look at).
I'm already using some macros (without strings!) for these things, the point is a proper implementation would be better, more versatile (no problem with different data types), and nicer.
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
Lord
Addict
Addict
Posts: 849
Joined: Tue May 26, 2009 2:11 pm

Re: Extended array definition

Post by Lord »

@luis:

Still holding breath while typing? :mrgreen:
Image
Rinzwind
Enthusiast
Enthusiast
Posts: 638
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: Extended array definition

Post by Rinzwind »

Fred? What are the costs?
Post Reply