top | item 47013113

(no title)

PaulRobinson | 16 days ago

A technical question for you around the porting being a dead end:

I see from other replies that you now understand the code reasonably well and feel you can expand/extend it while keeping it in BASIC. However, I note you've also done project where you automatically ported Fortran to Lua - are you not interested in trying to do something similar for performance/maintainability reasons? Is there an advantage in keeping it in PowerBASIC?

I've wish listed the game, and look forward to playing it, it sounds like great fun - even the manual sounds like a good read.

discuss

order

benstopics|15 days ago

I did exactly that originally. But here is the reality. Michael only knows BASIC and he has felt the agency to continue patching and working on the code, adding features even, since it is still BASIC. When others tried to port it to C++ be felt like he had no agency and wasn't motivated to help. So while he's still motivated to work on it, it needs to stay in a language he can work with. And thanks for wishlisting!!!

mlrtime|15 days ago

Great reasoning, can't argue with that. Let him continue to work on his creation while he can.

Is the whole thing going to be open sourced? I feel if enough people had access it could be ported to any language with today's tools and people.

Is it possible to write a black box regression test framework?