port to PDOS (especially mainframe)

Alan Gauld alan.gauld at yahoo.co.uk
Wed Apr 14 13:45:44 EDT 2021


On 14/04/2021 11:35, Paul Edwards wrote:
> I have succeeded in producing a Python 3.3 executable
...
> However, the executable doesn't work yet.
Late to this party but how big is the assembler?
It might be easier to translate the Python to C!
I've done that in the past and with the aid of a
few functions to mimic common Python constructs
(dicts, foreach() etc) it was verbose but not
too painful.

If its <5K? lines of Python it might be easier.

Just a thought.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Python-list mailing list