@Fred: Any info about the delivery of first PB 4.0 beta ???

Everything else that doesn't fall into one of the other PB categories.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

lol...
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

3.94 is pretty good, 4.xx should be awesome, let's give fred the time to do what he has to do, if it takes him a few months more, i expect it to be worth it...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Short term was listed as 2005/2006, so it would appear he has another 13 months :)

Not exactly... Fred said v4 for Windows should be before the end of 2005,
which is part of the phrase "short term 2005/2006". The rest of 2005/2006
is for Linux and other work. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

PB wrote:> Short term was listed as 2005/2006, so it would appear he has another 13 months :)

Not exactly... Fred said v4 for Windows should be before the end of 2005,
which is part of the phrase "short term 2005/2006". The rest of 2005/2006
is for Linux and other work. :)
Sorry - the quote I read was "Short-term: release the v4 for Windows, probably before the end of the year. " - where the year wasn't specifically mentioned.

cheers
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> "probably before the end of the year. " - where the year wasn't specifically mentioned

Oh, hehehe... but I think we both know what year he meant, otherwise he
would have said "before the end of next year". :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

ok, let me become a lawyer, anyone knows the meaning of the word 'probable'?

now let's get of the guys back and instead hurt him with countless suggestions and requests to make pb even better! :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

PB wrote:> "probably before the end of the year. " - where the year wasn't specifically mentioned

Oh, hehehe... but I think we both know what year he meant, otherwise he
would have said "before the end of next year". :)
But since I don't know, that would be an assumption and you know what happens when we assume.

:lol:
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Stop it, you're starting to scare me! :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

OK - I'm done.

I think we all know my position is for Fred to take whatever time he needs to "do it right".

I prefer schedule slip rather than quality.

cheers
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

:!: Ship early, ship often :!:


(Just stirring)
@}--`--,-- A rose by any other name ..
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

i prefer my code shaken, not stirred
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( 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 »

:D
@}--`--,-- A rose by any other name ..
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post by remi_meier »

@Trond:
Wie have the 'Debug' keyword (and most likely the API) :P
Athlon64 3700+, 1024MB Ram, Radeon X1600
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

remi_meier wrote:@Trond:
Wie have the 'Debug' keyword (and most likely the API) :P
What did you think the debugging functions were stored in? :wink:
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post by remi_meier »

:lol:
You know what I mean! The debugger-lib isn't a normal lib in the PureLibraries
folder. It belongs to the compiler, but all the libraries in PureLibraries\ are
extensions of the raw compiler.
But we could also test programs without ANY output:

Code: Select all

a = 5
b = a * 4
while a = 20
wend
So if you aren't lazy, you really don't need any lib :D
Athlon64 3700+, 1024MB Ram, Radeon X1600
Post Reply