QBJS - QBasic for the Web - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Programs (https://staging.qb64phoenix.com/forumdisplay.php?fid=7) +---- Thread: QBJS - QBasic for the Web (/showthread.php?tid=34) |
QBJS - QBasic for the Web - dbox - 04-18-2022 Hi all, Just wanted to share (again) the QBJS project that I've been working on. Here is the original post from the qb64.org forum: https://qb64forum.alephc.xyz/index.php?topic=4670.0 What is QBJS? It is an answer to the question, "What would it be like if QBasic and Javascript had a child together?" It is an effort to bring the fun and accessibility of the classic QBasic syntax to the modern web browser. The project is, of course, heavily inspired by both QBasic and QB64. The main QB-to-Javascript converter is written in QB64 and compiles itself to Javascript for use on the web. There is a simple IDE with a stripped-down, classic QB look-and-feel. I'll plan to post updates here as new releases are available and/or advances of note are made with the project. Try it out here: https://boxgm.itch.io/qbjs Learn More: If you are interested to learn more I'm trying to document as much as I can on the project wiki on github. Here are a few pages of note:
As always I am very interested in any and all feedback! RE: QBJS - QBasic for the Web - bplus - 04-23-2022 This is really great project by dbox and he has me interested in JS. Alas, there is only so much time in day! At least not bored! RE: QBJS - QBasic for the Web - DANILIN - 06-02-2022 Fibonacci Infinity Code: (Select All) Dim fi1 As Double: Dim fi2 As Double: Dim fi3 As Double https://v6p9d9t4.ssl.hwcdn.net/html/5799342/index.html?code=RGltIGZpMSBBcyBEb3VibGU6IMYTMtITM8oTIArENT0gMTrFK8cJM8YJZGltIGEkIGFzIHN0cmluZyAnIEZJQnJ1cy5iYXMKRm9yIGRhxCogVG8gMTAyICcgREFOSUxJTiAmIEZpYm9uYWNjaSAKYSQgPSBTdHIkKGZpMykKZCA9IGxlbihhJCkKICAgIMRIachHMjUtZDogUHJpbnQgIi4iOzogTmV4dMUoxhVmaTPFDuYApeQAtCvkAPjHFOQAy2ZpMscO5ADQxDDEQw== Code: (Select All) ...................1 Plus I create variants Fibonacci Infinity on Python & C# |