Python and ARexx (was Re: Tiny/small/minimalist Python?)

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Jul 3 18:39:54 EDT 2007


Dennis Lee Bieber wrote:
> On 3 Jul 2007 10:03:45 GMT, Jorgen Grahn
> <grahn+nntp at snipabacken.dyndns.org> declaimed the following in
> comp.lang.python:
> 
>> How does Python combine with ARexx?  Can you control applications
>> which provide an ARexx interface?
>>
> 	Irmen had supplied a Python module that had ARexx port operations.

It was not only possible to control a program with an ARexx port from your
Python programs, but it was also possible to create an ARexx host program
in Python. That is: a program exposing an ARexx command port to receive
ARexx messages. This could be done in a few lines of (python) code.

If you're interested, a bit more info is on the AmigaPython page:
http://www.monkeyhouse.eclipse.co.uk/amiga/python/

--Irmen



More information about the Python-list mailing list