Page 1 of 1

Python for QL?

Posted: Tue Dec 27, 2016 2:21 am
by ql_freak
We have SuperBASIC, we have REXX (Regina REXX interpreter), ANSI-C, ...

But do we have a Python interpreter? It's a superb language. Very similar to SuperBASIC (e. g. it supports slicing) but more modern (e. g. supports object orientated programming - You must not use it, but you can).

Re: Python for QL?

Posted: Tue Dec 27, 2016 9:03 am
by Derek_Stewart
Hi,

I did look at porting over Python to the QL, but I am not the best C programmer in the world.

Another idea would to create Python libraries for S*Basic so QL basic programmes can run.

I will have a look at what can be done.