...In the past (way back) I had forked BCX -> bc9Basic so I could add items I wanted.
Mr BCX fixed the BCX Preprocessor Directive $PP so now I can add just about anything I want without modifying BCX.
The foundation of this Platform is a modified version of the FreeBasic Editor FbEdit written by KetilO.
bc9Basic is a computer programming language that converts basic syntax source code to c/c++ source ready to be compiled into machine code by a number of c/c++ compilers. It is a direct descendant of BCX.
Latest version 1.3 updated to remove compilation warnings and tested on Windows 10 Tech Preview.
This is a collection of programs put together to build an amazingly small and compact development environment for BCX. Unzipped it comes in under 9MB and has an IDE for writing BCX code, a resource editor for visually creating Windows and a C compiler. The BCX Basic code is converted to C and compiled making the resulting EXE small and very fast.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
BCX (Basic to C Translator) BCX is a small command line tool that inputs a BCX BASIC source code file and outputs a C source code file which can be compiled with many C or C++ compilers.