Click here to Skip to main content
15,881,248 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: plan to pick up PowerBasic Pin
Rick York9-Mar-23 9:54
mveRick York9-Mar-23 9:54 
GeneralRe: plan to pick up PowerBasic Pin
Southmountain9-Mar-23 12:43
Southmountain9-Mar-23 12:43 
GeneralRe: plan to pick up PowerBasic Pin
Rick York9-Mar-23 15:34
mveRick York9-Mar-23 15:34 
GeneralRe: plan to pick up PowerBasic Pin
kmoorevs9-Mar-23 10:29
kmoorevs9-Mar-23 10:29 
GeneralRe: plan to pick up PowerBasic Pin
Southmountain9-Mar-23 11:17
Southmountain9-Mar-23 11:17 
GeneralRe: plan to pick up PowerBasic Pin
kmoorevs10-Mar-23 5:20
kmoorevs10-Mar-23 5:20 
GeneralRe: plan to pick up PowerBasic Pin
RedDk9-Mar-23 10:46
RedDk9-Mar-23 10:46 
GeneralRe: plan to pick up PowerBasic Pin
BryanFazekas10-Mar-23 1:33
BryanFazekas10-Mar-23 1:33 
Because it's a form of Basic, you'll get the typical whining about that. Sigh | :sigh: But so far, not too bad on that.

Knowing nothing about PowerBasic, I did a brief search on it. My guess was that it's a successor to TurboBasic, and I was right, it was the product of the guy who wrote TurboBasic for Borland in the 80's. It's an active product, has 1,000+ users in an active forum.

It's inexpensive, $175 for the main tools, which is cheap compared to Visual Studio Professional, which is $45/month. It produces light-weight executables, VERY unlike C# or Java. EXEs should distribute easily.

The current version apparently enables OO, so you can do that where you want. And it's BASIC syntax, which is easy to read.

The cons?

It produces only 32-bit executables, in a world that is primarily 64-bit. Some functions require Windows API calls, which from my Visual Basic days were not always easy to do.

A really important question -- what are you going to do with it?

If you're looking at hobby applications, it's probably fine. If you're looking at commercial development, the 32-bit limit may be a hindrance.

Here's another choice I found in my search: PureBasic - A powerful BASIC programming language[^]

This product appears to do more, including 64-bit applications AND it has a free version, so you can try it before you buy it.
GeneralRe: plan to pick up PowerBasic Pin
Southmountain10-Mar-23 10:30
Southmountain10-Mar-23 10:30 
GeneralRe: plan to pick up PowerBasic Pin
Gerry Schmitz10-Mar-23 6:59
mveGerry Schmitz10-Mar-23 6:59 
GeneralRe: plan to pick up PowerBasic Pin
Southmountain10-Mar-23 10:27
Southmountain10-Mar-23 10:27 
GeneralRe: plan to pick up PowerBasic Pin
jschell10-Mar-23 11:20
jschell10-Mar-23 11:20 
GeneralRe: plan to pick up PowerBasic Pin
Southmountain10-Mar-23 16:26
Southmountain10-Mar-23 16:26 
GeneralHah! ChatGPT Doesn't know me after all! Pin
OriginalGriff9-Mar-23 9:01
mveOriginalGriff9-Mar-23 9:01 
GeneralRe: Hah! ChatGPT Doesn't know me after all! Pin
0x01AA9-Mar-23 9:12
mve0x01AA9-Mar-23 9:12 
GeneralRe: Hah! ChatGPT Doesn't know me after all! Pin
Kenneth Haugland9-Mar-23 9:26
mvaKenneth Haugland9-Mar-23 9:26 
GeneralRe: Hah! ChatGPT Doesn't know me after all! Pin
Ron Anders9-Mar-23 10:51
Ron Anders9-Mar-23 10:51 
GeneralRe: Hah! ChatGPT Doesn't know me after all! Pin
Kenneth Haugland9-Mar-23 11:06
mvaKenneth Haugland9-Mar-23 11:06 
GeneralRe: Hah! ChatGPT Doesn't know me after all! Pin
dandy7210-Mar-23 8:42
dandy7210-Mar-23 8:42 
GeneralWe got competition in Q&A Pin
Kenneth Haugland9-Mar-23 8:22
mvaKenneth Haugland9-Mar-23 8:22 
GeneralRe: We got competition in Q&A Pin
PIEBALDconsult9-Mar-23 8:25
mvePIEBALDconsult9-Mar-23 8:25 
GeneralRe: We got competition in Q&A Pin
FreedMalloc9-Mar-23 8:35
FreedMalloc9-Mar-23 8:35 
GeneralRe: We got competition in Q&A Pin
PIEBALDconsult9-Mar-23 8:43
mvePIEBALDconsult9-Mar-23 8:43 
GeneralRe: We got competition in Q&A Pin
OriginalGriff9-Mar-23 8:50
mveOriginalGriff9-Mar-23 8:50 
GeneralRe: We got competition in Q&A Pin
PIEBALDconsult9-Mar-23 8:55
mvePIEBALDconsult9-Mar-23 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.