The PureBasic Doomsday Quotes

Everything else that doesn't fall into one of the other PB categories.
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: The PureBasic Doomsday Quotes

Post by MachineCode »

Still, they are musings of failure.
Last edited by MachineCode on Mon Oct 07, 2013 5:11 am, edited 1 time in total.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Fred
Administrator
Administrator
Posts: 18150
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic Longevity Quotes

Post by Fred »

Fun to read indeed :)
User avatar
grabiller
Enthusiast
Enthusiast
Posts: 309
Joined: Wed Jun 01, 2011 9:38 am
Location: France - 89220 Rogny-Les-Septs-Ecluses
Contact:

Re: The PureBasic Doomsday Quotes

Post by grabiller »

Blood wrote:I agree PB has a future but lets get real, its lack of OOP support means it will never be more than a small hobby language that never gets used for big projects.
OOP is in your mind.

Some languages offer more or less 'facilities' to implement your OOP approach through code.

You can do OOP in C (http://www.cs.rit.edu/~ats/books/ooc.pdf). You can do OOP in PureBasic and you can do procedural programming in C++. It's all in your mind and hands.

PureBasic offers two OOP 'facilities': Interfaces and Interface/Structure inheritance.

This gives you something intermediate between C an C++ in terms of 'facilities' or 'support' (closer to C than C++, I agree, but still very pleasant to use compared to C).

My company is using it for a 'big project', granted a 3d application framework can be seen as a 'big project'.
guy rabiller | radfac founder / ceo | raafal.org
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: The PureBasic Doomsday Quotes

Post by Tenaja »

grabiller wrote:
Blood wrote:I agree PB has a future but lets get real, its lack of OOP support means it will never be more than a small hobby language that never gets used for big projects.
OOP is in your mind.

Some languages offer more or less 'facilities' to implement your OOP approach through code.

You can do OOP in C (http://www.cs.rit.edu/~ats/books/ooc.pdf). You can do OOP in PureBasic and you can do procedural programming in C++. It's all in your mind and hands.

PureBasic offers two OOP 'facilities': Interfaces and Interface/Structure inheritance...
grabiller, you are correct here of course, however, not having OOP as an officially supported construct alienates potential users who are too naive (i.e. uncomfortable, unaware...) to use one of the libraries that are available. If Fred were to implement one of those libraries to native commands with information in the Help file, those fears would be eliminated, and PB could appeal to a larger audience.
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: PureBasic Longevity Quotes

Post by Rinzwind »

Native component support on Windows is missing... Would be very welcome. You can do all kind of nice things with components on Windows. See many new and old vbscript samples. Things that are hard to do with only win32. Also, WinRT in Windows 8 is component based.
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: PureBasic Longevity Quotes

Post by MachineCode »

Rinzwind wrote:Native component support on Windows is missing... Would be very welcome. You can do all kind of nice things with components on Windows. See many new and old vbscript samples. Things that are hard to do with only win32.
Wrong thread. You need to post wishes in the "Feature Requests and Wishlists" section.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: PureBasic Longevity Quotes

Post by Rinzwind »

yep I know, but it's already known that it is a requested feature ;) Somewhat along the lines of the OOP posts above.
Longshot
User
User
Posts: 12
Joined: Sat Sep 08, 2012 2:32 pm

Re: PureBasic Longevity Quotes

Post by Longshot »

Maybe this isn't the right thread to post in, but I just wanted to add some warm fuzzies somewhere.

I used to program when I was in high school using Visual Basic. When VB.NET came out, it hurt my brain with the changes. I have always been good at troubleshooting, but programming was always a hurdle that I couldn't really get past. With Visual Basic I could write programs, I could get somewhere with my code, but I hated it's dependencies and OCX files and so on. I eventually gave up on VB6 as it was becoming clear it wasn't going to continue working for me, and VB.NET never made sense to me from even an IDE standpoint.

I found PureBasic a while back while looking for a game engine, and although I tried Gamer Maker and Torgue2D/TGB, I kept wondering why I couldn't find that spark that made me feel progress and a desire to improve my programming skills. I basically got overwhelmed or bored, because I couldn't create anything, which made me upset and I never got anywhere. I finally caved and bought PureBasic for my birthday in September, and so far I've written a beginning text RPG (very early, was using it to learn) and I've written a program to communicate with a server using plink.

The IDE is fantastic. I love how dead simple it is. For some reason every language I seem to enjoy never has auto-complete, but PureBasic does. I can compile for a different OS, I can make 64-bit specific versions, writing/reading a database and so many things that were brutally difficult at times in other languages are almost stupidly simple.

So, I hope that PureBasic has a long future ahead of it, because it's the second language I've used in my life that just clicks perfectly for me.

:)
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Re: PureBasic Longevity Quotes

Post by bembulak »

The IDE is fantastic. I love how dead simple it is. For some reason every language I seem to enjoy never has auto-complete, but PureBasic does. I can compile for a different OS, I can make 64-bit specific versions, writing/reading a database and so many things that were brutally difficult at times in other languages are almost stupidly simple.
PLUS the absolutely amazing help file (thanks Andre) and the very helpful community (yes, you, and you and you ....).
cheers,

bembulak
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: PureBasic Longevity Quotes

Post by MachineCode »

Just added a new quote to the list (it's been over a year since the quote was posted) where the person thinks PureBasic has "tardy" updates. With 8 separate beta updates recently (over a 4-month period!) and version 5.00 having just gone final, I think it's safe to say that person should hang their head in shame. :)
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: The PureBasic Doomsday Quotes

Post by blueznl »

koehler wrote: Would college girls start lusting after PB Nerds?
No, No, and No.
I cannot express myself enough to tell you how very, very disappointing that is. <deep, deep, very deep sigh>

(Hehe, Google adds just came up with a few banners related to Russian women and Chinese dates :-))
( 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... )
BorisTheOld
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Apr 24, 2012 5:08 pm
Location: Ontario, Canada

Re: The PureBasic Doomsday Quotes

Post by BorisTheOld »

blueznl wrote: I cannot express myself enough to tell you how very, very disappointing that is. <deep, deep, very deep sigh>

(Hehe, Google adds just came up with a few banners related to Russian women and Chinese dates :-))
I'm so overwhelmed by all those generous offers that I've forgotten what I intended to write. :oops:
For ten years Caesar ruled with an iron hand, then with a wooden foot, and finally with a piece of string.
~ Spike Milligan
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: PureBasic Longevity Quotes

Post by MachineCode »

New quote added where the user said PureBasic is so close to abandonware. :lol:
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: PureBasic Longevity Quotes

Post by Tenaja »

MachineCode wrote:New quote added where the user said PureBasic is so close to abandonware. :lol:
The funniest thing about that particular quote is that it was posted three months after an update. In 2010-2011 we waited well over a year for an update; if ever (in recent years) it was reaching that point, it was then.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic Longevity Quotes

Post by Psychophanta »

MachineCode wrote:New quote added where the user said PureBasic is so close to abandonware. :lol:
Please post the authors' names, it is very important!!
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply