PureBasic 4.20 needed

Everything else that doesn't fall into one of the other PB categories.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

800 + 300 internal commands = 1100 ?

maybe they haven't gotten around to updating the page yet, with being pretty busy with releasing a new version and all ?
Last edited by SFSxOI on Wed Jan 07, 2009 5:16 pm, edited 1 time in total.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

The compiler counts 1376 functions.

Code: Select all

c:\PureBasic430\Compilers>pbcompiler /standby
STARTING        4.30    PureBasic 4.30 (Windows - x86)
READY
FUNCTIONLIST
1376
Abs (Value) - Returns the absolute value (no sign) of the given float value.
ACos (Angle) - Returns the Arc-Cosinus of the specified angle, in radian.
Add3DArchive (Name$, Type) - Add a new archive as path to search.
AddBillboard (#Billboard, #BillboardGroup, x, y, z) - Add a #Billboard to the #BillboardGroup
...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Seems to me either 1100, 1300, or 1376 are all 800+

To hell with the home page, keep those functions coming :)

Great work PB team.

cheers
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

1300+ sells better than 800+
Wikipedia wrote:PureBasic has an extensive set of over 800 commands and direct access to many OS API calls.
Who is able to change the text? I´m not registered.
PureBasic for Windows
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I snuck something in on Wiki! :D
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> I think your graph is wildly inaccurate as it suggests there are over 1100
> PB functions in version 4.3

There are 1167 according to the method used to count them here:
http://www.purebasic.fr/english/viewtopic.php?t=35703

> the PureBasic home page definitely mentions only 800+ 'internal commands'

The PureBasic web site is notoriously out of date, as many threads here show.
Besides, 800+ means any number over 800, so it's technically correct.

> potential users will be misled about the true power of PureBasic

Um, no. If you buy a language expecting to get 800 commands, and then find
out that it really has 1167, why would that be a disappointment in any way?
Would they contact Fred and say they want an older version instead because
they only paid for 800 commands? :lol:
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

> There are 1167 according to the method used to count them here:

there are 1376 according to the method used here:
http://www.purebasic.fr/english/viewtop ... 227#273227
oh... and have a nice day.
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

> Therefore, please amend your graph so it reflects the truth as stated on the home page.

Lol, do you think i made up those numbers ? They are what the compiler reports for each version. The webpage text is just outdated. The 800+ number is from version 4.00

@gnozal:

Keep in mind that this counts installed userlibraries as well. The count for a plain 4.30 installation is 1144 functions. (that does not count any "internal" functions btw)
quidquid Latine dictum sit altum videtur
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4801
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Time for some levity methinks!

Post by Fangbeast »

Austin Powers^2 "Oh baby, do I make you function?"

Maxwell dumb "You show me your function and I'll show you mine"

What do you call a function that doesn't function? Dis-FUNCTIONal??

What mathematical FUCNTION can dance? A log-A-RHYTHM!!!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6175
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Nice graph, but euh... 99% of all statistics are false, the rest are made up... 8)

Wat worries me most is... is there someone who maintains a similar graph for bug reports? :twisted:
( 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... )
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

freak wrote:@gnozal:
Keep in mind that this counts installed userlibraries as well. The count for a plain 4.30 installation is 1144 functions. (that does not count any "internal" functions btw)
Yes, sorry, I didn't want to delete / reinstall all libs. I should have mentioned it.
And I assume it only lists the functions available in the current subsystem(s).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I am cringing at the Fangbeast puns! :shock:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Post Reply