[Implemented] A new post for doubles...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

[Implemented] A new post for doubles...

Post by Polo »

Hi !
Is there any precise date to the implementation of doubles ? I know this has been asked for years and that's why I'm reposting it : we've been waiting years for that, and the only answer we get is that it will be in PB4.0...
Wouldn't it be possible to have a precise date ? doubles are important for me (and for everybody I'm sure), they shouldn't bee in the bottom of the todo list, for me it's way more important than the ogre update (which is not useful now there's an irrlicht "wrapper", as irrlich is a lot better than ogre :))
Sorry for being exigeant, but it's boring (and slowing my program) to use workaround for doubles :)
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Agreed. This seems to be a big gripe with a lot of users. I would love to see this too but i guess its up to Fred. :? Maybe if we buy him a nice fruit basket and sing to him he may add it sooner than PB v4.0 (Which could be in 1.5yrs time).
--Kale

Image
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

We can't tell a date when we don't have one, so the answer is still the same: for v4. It shouldn't be that long now (probably less than 6 months).
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Fred wrote:We can't tell a date when we don't have one, so the answer is still the same: for v4. It shouldn't be that long now (probably less than 6 months).
:shock: :D
--Kale

Image
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

well, think positive, that's before longhorn arrives ;-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

lol, blueznl ...

:)

Early Christmas present coming up: Doubles!
@}--`--,-- A rose by any other name ..
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Fred wrote: It shouldn't be that long now (probably less than 6 months).
That's what I wanted to hear :) I know you haven't got date, but a prevision is nice, now I've got an idea of the date of the release :)
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Sweeet! Halloween/xmas relase! 8)
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

I would like to get every thing FreeBASIC already has:
  • variable-arguments in procedures
    function overloading (procedures)
    thread-safety (especially strings)
    doubles (and all functions for it like val64() etc.)
    ubyte (and all functions for it ...)
    uword (and all functions for it ...)
    ulong (and all functions for it ...)
    export functions in exe (needed for software that works like glade)
    generate real static libs
    import real static libs
    redim preserve arrays
    ubound (for arrays)
    lbound (for arrays)
    Option Explicit (can be very helpful)
    Macros
    up to 2gb strings
    etc.
and of course every thing that will be implemented in FB until PB4 is out :wink:

... but nobody listen to me anyway :shock:
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

fsw: I hope somebody have read you, because your wishlist is VERY GOOD !!!!
Post Reply