Wouldn't it be interesting for every purebasic update to be paid?
- skinkairewalker
- Enthusiast
- Posts: 772
- Joined: Fri Dec 04, 2015 9:26 pm
Wouldn't it be interesting for every purebasic update to be paid?
Hello everybody !
Wouldn't it be a good idea, with each update of purebasic, we pay a small fee / or maybe the full value of a new license in order to always keep FantaisieSoftware with financial support to always innovate this fabulous and powerful tool called PureBasic ??
just sharing my view...
Wouldn't it be a good idea, with each update of purebasic, we pay a small fee / or maybe the full value of a new license in order to always keep FantaisieSoftware with financial support to always innovate this fabulous and powerful tool called PureBasic ??
just sharing my view...
Re: Wouldn't it be interesting for every purebasic update to be paid?
Been discussed literally a million times before, and the answer every time is: Fred's not going to charge someone again, so it's up to the users if they want to pay again (there's no limit to how many licenses you can buy).
Re: Wouldn't it be interesting for every purebasic update to be paid?
You can also login at www.purebasic.com and donate instead of buying a version.
This is what I do with the new version.
This is what I do with the new version.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Wouldn't it be interesting for every purebasic update to be paid?
As long as donations are only possible via PayPal, I don't see any
possibility of donating anything.
Sorry.
possibility of donating anything.
Sorry.

Re: Wouldn't it be interesting for every purebasic update to be paid?
PureBasic's "Ordering" page has offline options -> https://www.purebasic.com/ordering.php
Re: Wouldn't it be interesting for every purebasic update to be paid?
Thanks for this hint. I didn't notice this possibility.BarryG wrote: Mon Jan 16, 2023 12:41 pm PureBasic's "Ordering" page has offline options -> https://www.purebasic.com/ordering.php

-
- Addict
- Posts: 1264
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Re: Wouldn't it be interesting for every purebasic update to be paid?
It's incredibly frustrating (for me, as a supporter of PB who wants it to keep going) that Fred doesn't make it easy for people to donate.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Re: Wouldn't it be interesting for every purebasic update to be paid?
If it is paid, people will have more expectations and it will start a version mess on the forum examples (you need version x for this). If I may be blunt, language syntax improvements/evolution aka programmers quality of life tweaks are just not happening and I am very disappointed at that. There are many ways to improve the language and make it less cumbersome with less bloated code. There are simply no modern code paradigms available and all feature requests involving the PB language itself are just ignored. So no, it would be a bad idea. It is a niche language. Good at low level utilities. Not so good at large business applications and code bases.
Re: Wouldn't it be interesting for every purebasic update to be paid?
What would be easier options ?Seymour Clufley wrote: Tue Jan 17, 2023 12:24 pm It's incredibly frustrating (for me, as a supporter of PB who wants it to keep going) that Fred doesn't make it easy for people to donate.
Re: Wouldn't it be interesting for every purebasic update to be paid?
I've been very happy with PureBasic and have developed the first stages of a core business application, which, performance wise, is similar to a competitor's product written in C. When I'm confident that the software is ready, I will roll it out to two customer sites I'm responsible for, replacing a long-standing commercial product. I was surprised at just how much I could achieve with it, in a short space of time.Rinzwind wrote: Wed Jan 18, 2023 6:24 am ... If I may be blunt, language syntax improvements/evolution aka programmers quality of life tweaks are just not happening and I am very disappointed at that. There are many ways to improve the language and make it less cumbersome with less bloated code. There are simply no modern code paradigms available and all feature requests involving the PB language itself are just ignored. So no, it would be a bad idea. It is a niche language. Good at low level utilities. Not so good at large business applications and code bases.
I think it's important to look at the broader picture. I also develop in C# but it takes a long time to get something working for a client to try out, adding to the costs. Microsoft's tools always appear to be fraught with problems over future direction and the passing trends of whatever companies and products they care to acquire, or lose — a good example being Xamarin, which now being dropped (it was always very buggy), causes software investment to become obsolete. I think PB is worth supporting and hanging onto. I'm not keen on the alternatives.

- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Wouldn't it be interesting for every purebasic update to be paid?
I've never done 'core business applications but a few small business tools that have been in use since 2008 and if a dummy like me can do it, anyone can. Had a lot of valuable help over the years but have so much to work on that simply just 'works' while using pb that I don't need to ask much any more.I've been very happy with PureBasic and have developed the first stages of a core business application
The way the forum is going, we are slowly filling with spam bots, whiners and people who want everyone to write all their code for them that many of us just read the forum and say nothing. After 21 years with PB, everything "I" need to do still just works so thank you Fred.
Oh and RASHAD, hope you are doing okay?
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Wouldn't it be interesting for every purebasic update to be paid?
+1 with Fangbeast
I have also created many small utilities that have been working every day for over 10 years. (and even some 2003 so 20 years!)
They are quite easy to build and can be maintained and modified very easily. This last point is essential for programs used in companies.
So try to modify a C++ or python program that you haven't touched for 10 years... already a good part of the libs are no longer available or incompatible. With PB, I modify 2 ou 3 lines only.
Of course they don't have nice modern interfaces with the latest graphical gadgets, but they are ergonomic and intuitive to use (the professional user doesn't want something nice, but something reliable, easy, fast, light (stop bloatwares))
Add functions: yes.
Modify the base (to "simplify"): No
I consider PB as a generalist: it can do everything that is essential. For the rest, we call on specialists if necessary.
I admire Fred's work in keeping this perfect tool consistent.

I have also created many small utilities that have been working every day for over 10 years. (and even some 2003 so 20 years!)
They are quite easy to build and can be maintained and modified very easily. This last point is essential for programs used in companies.
So try to modify a C++ or python program that you haven't touched for 10 years... already a good part of the libs are no longer available or incompatible. With PB, I modify 2 ou 3 lines only.
Of course they don't have nice modern interfaces with the latest graphical gadgets, but they are ergonomic and intuitive to use (the professional user doesn't want something nice, but something reliable, easy, fast, light (stop bloatwares))
Add functions: yes.
Modify the base (to "simplify"): No
I consider PB as a generalist: it can do everything that is essential. For the rest, we call on specialists if necessary.
I admire Fred's work in keeping this perfect tool consistent.

Re: Wouldn't it be interesting for every purebasic update to be paid?
I am conscious of having asked for a lot of help on this forum Fangbeast, hopefully not without always searching first though.Fangbeast wrote: Wed Jan 18, 2023 11:50 am The way the forum is going, we are slowly filling with spam bots, whiners and people who want everyone to write all their code for them that many of us just read the forum and say nothing. After 21 years with PB, everything "I" need to do still just works so thank you Fred.


I should add though, my application is far from finished, but it has reached the point where I know I can achieve it with PB.
I often find earlier posts on the forum and I think like many forums, it goes through waves of once-active groups of members, some of whom have disappeared. At present it's very helpful. The spam problem is unfortunate but at least they are being deleted. Some forums don't delete the spam and it then looks as if the product is no longer maintained.
Re: Wouldn't it be interesting for every purebasic update to be paid?
I agree with these points entirely Marc56us. In the commercial world, maintainability is often more important than nice features. Programmers come and go, sometimes companies have to employ a contractor temporarily to adapt an application that's been written by others.Marc56us wrote: Wed Jan 18, 2023 12:00 pm ... This last point is essential for programs used in companies. So try to modify a C++ or python program that you haven't touched for 10 years... already a good part of the libs are no longer available or incompatible. With PB, I modify 2 ou 3 lines only.
For writing business admin applications and the speed of being able to develop something bespoke, the user interface is perfectly good. I don't think it's any different from the C# desktop environment.Of course they don't have nice modern interfaces with the latest graphical gadgets, but they are ergonomic and intuitive to use (the professional user doesn't want something nice, but something reliable, easy, fast, light (stop bloatwares))
Agreed, I think there's some great ideas in the language. Considering what's been achieved with it, with only a small team, is much more impressive than many competitors' products. I can imagine if Microsoft had PureBasic, the install download would be 4GB for the base version.I admire Fred's work in keeping this perfect tool consistent.![]()
Re: Wouldn't it be interesting for every purebasic update to be paid?
Another posibility to "support fantasie software" is to register with Spiderbasic.
This has a low <37euro per year renrwal cost AND at the same time you have another product/platforms (web/android/ios) ..
This is what i do...
This has a low <37euro per year renrwal cost AND at the same time you have another product/platforms (web/android/ios) ..
This is what i do...
Christos