Interactive PowerBasic Forum

General Category => General Discussion => Topic started by: Charles Pegge on January 05, 2026, 07:45:43 PM

Title: Another Potential 64bit PowerBasic
Post by: Charles Pegge on January 05, 2026, 07:45:43 PM

https://pbusers.org/forum/viewtopic.php?p=1119&sid
Title: Re: Another Potential 64bit PowerBasic
Post by: Zlatko Vid on January 06, 2026, 01:34:02 PM
QuoteI'm currently working on the Powerbasic compiler written in Powerbasic so its self hosted

this sounds like someone forking your o2 Charles  ::)
or he doing some dirty job with AI .. ;D

I really don't see any advantage of using any clone of PB over o2.
Also ..as you already stated Charles..this type of programming is on the edge of extinction
?
Title: Re: Another Potential 64bit PowerBasic
Post by: Charles Pegge on January 06, 2026, 02:59:11 PM
I built OxygenBasic from x86 machine code upward, including the linker and assembler. So I am quite interested to see how the new PowerBasics develop and what external utilities (tool-chains) they need. Freebasic for instance, depends on the GCC tool-chain which gives it a degree of platform independence, wherever GCC is used, but it's heavy baggage to include.
Title: Re: Another Potential 64bit PowerBasic
Post by: José Roca on January 06, 2026, 07:29:57 PM
It is an adaptation of BCX: https://bcxbasiccoders.com/smf/

What it does is to translate Basic syntax to C and then use a C compiler to compile he translated code.
Title: Re: Another Potential 64bit PowerBasic
Post by: Theo Gottwald on January 07, 2026, 08:21:01 AM
On the site they say:
PowerBASIC is the Registered Trademark of PowerBASIC Tools LLC
Who is this company?

Besides here are some other links that do not first generate C-Code:
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
https://github.com/vtereshkov/xdpw (https://github.com/vtereshkov/xdpw)

Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3
https://github.com/AntKrotov/oberon-07-compiler (https://github.com/AntKrotov/oberon-07-compiler)

And most interesting, yet for fun:

The Q Programming Language

🌱 A minimal programming language and compiler (mirror).
https://github.com/akyoto/q

All of these lack modern features like a KI tht will correct and generate most of the code so the programmer can concentrate on Project development.
ALl of these projects come still from the old timess "when the user makes the code",
which is not real life in the future.
Title: Re: Another Potential 64bit PowerBasic
Post by: Zlatko Vid on January 07, 2026, 04:07:48 PM
QuoteSo I am quite interested to see how

oK Charles i understand your point about this.
long time ago i try to "understand" Libry Compiler
that one is crazy written in Visual basic 6.0
but i figured that i am stupid or lazy for such a things  ;D