This program is a port and mod of a QB64 program created by Eric Schraf (and shared with the BASIC Programming Language group on Facebook: đ link to post ).
BASIC Anywhere Machine - Happenings
Saturday, June 7, 2025
đĽ "Schrafic" Fractals Generator
Saturday, April 26, 2025
đ§ In the Works: "Code Insertion" buttons
Try this in the đ development version of BASIC Anywhere Machine.
Who likes looking up statement/function statements (or code blocks) to whenever does not remember the precise syntax? These buttons (very much a work in progress) will insert template code.
Sunday, April 20, 2025
đ TIP: Exporting a BAM Program for Embedding as an App in Web Pages
Say we have written an analog clock program, and we want to show that clock on a Web Page.
Here is a QB64 program by b+ ported to BAM:
Friday, April 18, 2025
đĽ Dony Grapher
This program is a port and mod of a program shared by Antoni Gual Via with the "BASIC, QBasic, GWBasic computer programming" Facebook group.
From Antoni's post:
Some graphics from Mr Dony's book. It uses the "bugs in love" algorithm. The circle is divided into triangular sectors. At each vertex of one sector there is a bug that's attracted by tha bug in the vertex in front of him so it moves to reach it. At intervals a picture of the new triangle defined by the moving bugs is plotted. The order of the initial vertices is inverted in even and odd sectors to increase symmetry.
Saturday, March 15, 2025
đ Simulating OOP Methods in BAM Using GOSUB
BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for dynamic line labels.
- As of this blog entry's publishing, the "production" version of BAM requires such an expression to be within parentheses and preceded by the "EVAL" keyword
- example: GOSUB EVAL( some_expression )
- The current "development" version of BAM drops the "EVAL" keyword, because the parentheses are enough for indicating an expression for GOSUB
- example: GOSUB ( some_expression )
- note: this syntax will appear in some yet-to-be-determined "production" release of BAM, replacing the syntax using "EVAL"
Saturday, March 8, 2025
đĽ Hypnot
This program is a port (and very minor mod) of a QB64 program by bplus. The program by bplus is a port and mod of a ZBASIC program.
Saturday, March 1, 2025
đĽ Isometric Bouncing Ball Sim
This program is a port and mod of a QB64 program by b+, that program being a port and mod of a BASIC program by "Claude."
đĽ "Schrafic" Fractals Generator
This program is a port and mod of a QB64 program created by Eric Schraf (and shared with the BASIC Programming Language group on Facebook: ...
.png)
-
This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...
-
This BAM program is a port, with mods, of the GW-BASIC "CALENDAR" program by Taung-Chao Lee and Benito Navarro Mtz, as found on Fa...
-
This program is a port and mod of Steve Justice's program presented in the "Fractals in Focus" article found in the May 1985 i...