PureBasic 6.00 released !
-
- Enthusiast
- Posts: 581
- Joined: Wed Sep 25, 2019 10:18 am
Re: PureBasic 6.00 Alpha 5 released !
@User_Russian,
do you have examples how /SSE2, /SSE, /3DNOW, /MMX, /DYNAMICCPU can generate better results throught pbcompilerc gcc?
do you have examples how /SSE2, /SSE, /3DNOW, /MMX, /DYNAMICCPU can generate better results throught pbcompilerc gcc?
Re: PureBasic 6.00 Alpha 5 released !
Are there any plans for the next Alpha (6) release? There are some fixes, I need to get my project to the next steps.
Re: PureBasic 6.00 Alpha 5 released !
You can only leave SSE2 there since every processor released the last (almost) 2 decades support it (and it surpasses the other extensions).juergenkulow wrote: Sat Nov 06, 2021 8:32 am @User_Russian,
do you have examples how /SSE2, /SSE, /3DNOW, /MMX, /DYNAMICCPU can generate better results throught pbcompilerc gcc?
There are indeed more newer extensions available. I'm pretty sure the C compiler has support for it, unlike PB. That dropdown has been there since 2003 and does nothing at all. Just looking fancy I guess... unused. You would think PB asm can apply it to some mathematics, but no. Too much trouble it seems. But seriously, you could just assume SSE2 since that is available everywhere on Intel and AMD. It's even required for Windows 8+...
Re: PureBasic 6.00 Alpha 5 released !
The long interruptions between messages from Fred and Co. are heartbreaking. Please report a little more frequently on development progress.
Dawn will come inevitably.
Re: PureBasic 6.00 Alpha 5 released !
No, when he's quiet before a release it means he's focusing, improving the compiler.useful wrote: Thu Nov 18, 2021 5:20 am The long interruptions between messages from Fred and Co. are heartbreaking. Please report a little more frequently on development progress.
Re: PureBasic 6.00 Alpha 5 released !
...or on an unapproved holiday...
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
-
- Enthusiast
- Posts: 542
- Joined: Tue Oct 14, 2014 12:09 pm
Re: PureBasic 6.00 Alpha 5 released !
Wouldn't this version of Purebasic be a farce because of the long delays?
Moreover, the delays in the evolution of SPIDERBasic are getting longer and longer, making this product a dead product. Thanks to Fred for answering this point because apparently every time he is asked about this subject he either ignores it or does not answer. The question is: Does he want to continue the development of SPIDERBasic
Moreover, the delays in the evolution of SPIDERBasic are getting longer and longer, making this product a dead product. Thanks to Fred for answering this point because apparently every time he is asked about this subject he either ignores it or does not answer. The question is: Does he want to continue the development of SPIDERBasic
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: PureBasic 6.00 Alpha 5 released !
You can download and test the Alpha versions of this--numerous alpha versions by now--and you can read the C output yourself. How could a sane person call that a farce? Every software dev knows fundamental shifts take significantly longer than incremental updates.loulou2522 wrote: Thu Nov 18, 2021 6:26 pm Wouldn't this version of Purebasic be a farce because of the long delays?
Moreover, the delays in the evolution of SPIDERBasic are getting longer and longer, making this product a dead product. Thanks to Fred for answering this point because apparently every time he is asked about this subject he either ignores it or does not answer. The question is: Does he want to continue the development of SPIDERBasic
Re: PureBasic 6.00 Alpha 5 released !
He mentioned SPIDERbasic (Which has a yearly license with no mentionable updates released during that same year).Tenaja wrote: Thu Nov 18, 2021 7:34 pmYou can download and test the Alpha versions of this--numerous alpha versions by now--and you can read the C output yourself. How could a sane person call that a farce? Every software dev knows fundamental shifts take significantly longer than incremental updates.loulou2522 wrote: Thu Nov 18, 2021 6:26 pm Wouldn't this version of Purebasic be a farce because of the long delays?
Moreover, the delays in the evolution of SPIDERBasic are getting longer and longer, making this product a dead product. Thanks to Fred for answering this point because apparently every time he is asked about this subject he either ignores it or does not answer. The question is: Does he want to continue the development of SPIDERBasic
Anyway incremental updates grinded to a halt too. I already suggested to delegate tasks to other qualified individuals. Advise: you should not do it all alone. Product will suffer eventually. Some would want to do it voluntarily if they know their input is used. Anyway, of course v6 will arrive eventually, but it doesn't seem to have any practical improvements to language (syntax!) or libraries, except additional M1 support using the same old things on top. And since feature parity was mentioned, I don't expect any of those other improvements to arrive anytime. It's mentioned multiple times by somewhat disillusioned long timers that the feature request forum does not get love anymore for too many years. Then again, I stil use PB for low level tools and it has its charm and is a compact dev environment. Still, I frequently wonder why I have to do some things so awkward or simply are missing for no good reason, even compared to some other old time languages. Indeed, very little communication. Just look at the blog. Only recently for v6 a few short posts where added out of nowhere (thank you) while its purpose was many full moons ago to share updates frequently. It doesn't even allow comments. Again, one way. Enough ramblings. Lets see whats next.
Re: PureBasic 6.00 Alpha 5 released !
I still have no doubt that the dawn will come inevitably. But I have been on the operating table with cardiologists, and I doubt that it (the dawn) will happen for me.



Dawn will come inevitably.
-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: PureBasic 6.00 Alpha 5 released !
Not only OS X M1. Fred wrote about support Raspberry Pi. https://www.purebasic.fr/blog/?p=508Rinzwind wrote: Fri Nov 19, 2021 12:56 amAnyway, of course v6 will arrive eventually, but it doesn't seem to have any practical improvements to language (syntax!) or libraries, except additional M1 support using the same old things on top.
For me, this is very important and I am very waiting PB for Raspberry Pi.
Re: PureBasic 6.00 Alpha 5 released !
Not just new platforms, but with the c output, programs can be significantly faster. (Of you wait for the longer optimized compile time.)
Plus, imagine the simplicity of adding C libraries without compiling them separate--we won't need Fred to add new features... Just download it yourself.
Plus, imagine the simplicity of adding C libraries without compiling them separate--we won't need Fred to add new features... Just download it yourself.
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact: