Kate Schell wrote:
> If you have done a good job of handling IF and FOR, you've done some of
> the hardest (quirkiest) commands out there.
My test (base) cases seem to work, but my handling of those two commands
is as yet incomplete;
> How are you handling global variables?
As a subclass of Python dictionaries, I think.
> Good luck!
Thank you.
-Patrick
> Patrick Gallot wrote:
>> Howdy,
>> I'm looking for Mumps programmers that might be interested in
>> contributing to my Mumps2Py project ( http://www.mumps2py.org/
).
>>
>> Knowledge of Python would be helpful, but isn't strictly necessary :)
>>
>> Currently, Mumps2Py can translate a few commands (e.g. FOR, IF, SET,
>> WRITE), a few operators, and a few intrinsic functions, to a greater or
>> lesser extent.
>>
>> Translation thus far has been relatively straightforward, but I know
>> that that's because I'm picking the low-hanging fruit first. So I'd
love
>> to have someone who is more familiar with Mumps contribute example
>> programs which demonstrate Mumps functionality and what sort of output
>> to expect.
>>
>> If you are interested, please visit the website, take a look around,
>> and subscribe to the mailing list.
>>
>> Cheers,
>> -Patrick


|