|
|
|
|
|
by russell
5783 days ago
|
|
Another approach is to create a BASIC to X translator, where X is some language with a future. I did a Pascal to C translator a long time ago and it was not a huge task, certainly less than a full blown language implementation. I would pick Python as a target language, because of the large libraries and the development activity in the language. Alternatively you could pick Java or the JVM. |
|