AllBASIC Forum
BASIC Developer & Support Resources => Open Forum => Topic started by: John on May 12, 2018, 09:03:51 PM
-
This poll is to get a sense of how BASIC programmers feel about their compiler options.
-
Nobody wants me to program anything for them.
Probably just as well, really - I'm still stuck using VB6 as a compiler, but all manner of interpreted BASICs go into things I write.
-
I tend to use Script BASIC as the core language and C extensions for the vast amount of open source libraries and for performance if needed.
-
Most of what I do is embedded microprocessor stuff usning Arduino (Arduino C++), but interfaced to the host system using either VB6, VBScript or an interpreted BASIC.
Script Basic is my usual go-to interpreter, but I have been known to use QBASIC-64
VB6 is useful as it is pretty close to being identical to VBA in the Microsoft Office suite and VBScript - which means that I can just drop in most of my code (functions and subs, mainly) where it is needed.
-
Honestly, since the state of BASIC on MacOS is mostly crap (Xojo is the only possible exception, but I'm not willing to pay the yearly subscription for the full Desktop/Mobile/Web/Database-Enabled version), I don't have a choice as far as BASIC.
I wanted to like QB64 but because they insist on opening up a separate terminal when I'm launching an app from the terminal, I quickly dropped it. Additionally, their build scripts on MacOS don't work without some fixes (good thing I know BASH). The final kicker was a 1.1 MegaByte "Hello World" app. Their forums were no help, since apparently there's a database issue with it.
I find myself using NIM a bit these days, when I'm not using ObjC. On the Windows side, I use C# (or AutoIt3 when I need something quick).
AIR.
-
AIR,
Do you find yourself using Script BASIC for anything?
-
QB64 ...
I only use QB64 when I have a management script I need to run on my servers that was originally developed in QuickBasic, or I need a quick and dirty file dump with formatting.
-
AIR,
Do you find yourself using Script BASIC for anything?
I think it's a solid product once you familiarize yourself with it, but I don't actively use it myself.
-
AIR,
I just wanted to say if it wasn't for your Script BASIC contributions, the interpreter would be nowhere close to where it is today.
THANK YOU!!!