Microsoft released a modern Qbasic for Windows 10

Announce and discuss the progress of your various programming-related projects...programs, games, websites, tutorials, libraries...anything!

Moderators: Pete, Mods

Post Reply
Erik
Veteran
Posts: 72
Joined: Wed Jun 20, 2007 12:31 pm
Location: LI, NY
Contact:

Microsoft released a modern Qbasic for Windows 10

Post by Erik »

Not sure if this was mentioned, but it looks like Microsoft released a version of Qbasic for Windows 10. From the screen shots, it looks like the IDE is a modified version of VS Code. I don't currently own a Windows 10 computer to try it out but could be useful for someone on Windows 10 that doesn't want to still use DOSBox and isn't using QB64 or Free Basic.

Link: https://www.microsoft.com/en-us/p/qbasi ... verviewtab
Attachments
newQb.jpeg
newQb.jpeg (137.8 KiB) Viewed 15354 times
newQb2.jpeg
newQb2.jpeg (126.07 KiB) Viewed 15354 times
angros47
Veteran
Posts: 79
Joined: Mon Sep 08, 2008 12:52 pm
Contact:

Re: Microsoft released a modern Qbasic for Windows 10

Post by angros47 »

It is an open source program, written in javascript (with some WASM and TypeScript). It can be downloaded for free here:

https://github.com/IshikawaMasashi/QBasic

It is not windows only, it can be used also on Linux.
It seems to be based on this old demo: http://stevehanov.ca/blog/?id=92, that hasn't been developed since 11 years, and it doesn't offer anything more: the only complete QB games that works is NIBBLES.BAS (even GORILLAS.BAS doesn't work), because it doesn't offer any graphic mode.

My impression is that someone took that old demo (that was never completed, because the author just wanted to prove a point), replaced the simple textbox that was used as IDE with the Monaco editor (the open source IDE provided with VS Code), and packed it all together, then someone tried to sell it on the Windows Store exploiting the nostalgia factor.
nikomaru
Newbie
Posts: 7
Joined: Wed Nov 28, 2018 7:35 pm

Re: Microsoft released a modern Qbasic for Windows 10

Post by nikomaru »

I just looked it over, and I wouldn't touch it with Edge. It needs all sorts of permissions, which is extremely unreasonable for an ide that shouldn't be accessing the camera, etc. Plus it's not released by MS directly. Not that they would.
Erik
Veteran
Posts: 72
Joined: Wed Jun 20, 2007 12:31 pm
Location: LI, NY
Contact:

Re: Microsoft released a modern Qbasic for Windows 10

Post by Erik »

Oh wow. That's a real bummer. Thanks for the heads up on it's sketchiness.
mikefromca
Coder
Posts: 41
Joined: Wed Oct 16, 2019 11:28 am

Re: Microsoft released a modern Qbasic for Windows 10

Post by mikefromca »

I'm using the original QuickBasic 1.0 (and even 4.0 and 4.5) and the like in DOSBOX and even in DOSEMU for linux. Runs fine in that, but also I'll be going to pure DOS on another computer for maximum speed.
Post Reply