MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.6k stars 434 forks source link

[feature/suggestion] Basic interpreter disk PLZ. #1899

Closed n00b7 closed 8 years ago

n00b7 commented 8 years ago

back then dos came with a basic interpreter like qbasic or viualbasic i think a basic interpreter would be a neat feature to add basic interpreters.

example of a basic program:

SCREEN 7 PRINT "TEST"

skyem123 commented 8 years ago

I agree that there should be alternate languages for systems, though I don't think anyone has the time and motivation to finish such a large project. (someone started marking a FORTH interpreter).

Inari-Whitebear commented 8 years ago

A basic interpreter sounds doable in Lua :P Just make one and PR it

xarses commented 8 years ago

lua has goto so just do it already

fnuecke commented 8 years ago

Feel free to make one and add it to OpenPrograms (or maybe PR it as a loot disk). Further discussion on this seems to be better suited for the forums or IRC.