Yeah, wwwbasic has been dormant for a few years.
I'm in the process of ironing out kinks that get on my nerves, then slowly figure out how to get more QB64 compatiblity in there. (List of changes I've made to wwwbasic at the bottom of this post.)
Really, BASIC Anywhere Machine is for the BASIC hobby programming, a portable run-anywhere BASIC for learning fundamental programming skills (loops, for example) and, if I can get there, a portable side-tool to crank out and test small bits of code for export and inclusion in big projects with robust tools and goals.
So work on a little subroutine or function in BASIC Anywhere Machine, export the code, and slap that in your QB64 project. That might make more sense than bringing full QB64 programs into BASIC Anywhere Machine.
Something like that. My thoughts/feelings are scattered all over the place.
Let's just say I'm a huge fan of BASIC, immense fan of TiddlyWiki, and QB64 is the twinkle in my eye.
Putting it all together somehow is something the hamsters in the back of my head are still spinning away on. To look at me, one may think the hamster's dead, yet multiple squeaky wheels are always spinning ...
Enhancements I've made to wwwBASIC so far:
🤕 Fixes to Broken Features
SWAP
✏ Edited Behaviour
SLEEP
VAL
➕ Language Implementation Additions
DATE$
NOW$
TIME$
SOUND
🔩 Architectural Enhancements
Console Focus Before Program Execution