engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.9k stars 239 forks source link

Add [QBasic] #288

Closed SpaceFishDev closed 2 years ago

SpaceFishDev commented 3 years ago

https://www.qbasic.net/ is a compiler

dvargas46 commented 3 years ago

I think this compiler you linked requires DOS emulation (e.g. dosbox or dosemu) to run on linux. Would prefer to avoid that if possible.

I found a few other basic compilers that will work on linux and claim to be compatible with code written for qbasic:

Do you know of any others or if it's possible get that compiler you mentioned working for linux? Otherwise, we can probably get something like FreeBASIC in here pretty easily..

SpaceFishDev commented 3 years ago

Dosbox supports linux, and that's a compiler based on dosbox edit : sorry misread Let me look for one that would run on linux