Re: [Emc-developers] proof-of-concept: interpreter has a Python plugin capability

2011-05-12 Thread Michael Haberler
well, actually it is a simplification and generalization of already existing code I do admit it might sound 'mhaberler is off in esoteric feature space' on first look this is why (lengthy sermon alert): In the context of remapping, some RS274 codes may be redirected to O-word procedures, lik

Re: [Emc-developers] proof-of-concept: interpreter has a Python plugin capability

2011-05-12 Thread andy pugh
On 7 May 2011 12:02, Michael Haberler wrote: > The interpreter has a Python plugin capability. This looks like a very powerful concept. I suspect that the number of users who would ever use it is quite small, but it would make the answer to the question "Does EMC2 do X?" nearly always "No, but i

[Emc-developers] proof-of-concept: interpreter has a Python plugin capability

2011-05-07 Thread Michael Haberler
I made a derogatory comment on interpreter/task plugin capabilities recently, so I had to eat my own dogfood. Here is the result: The interpreter has a Python plugin capability. It's daunting to follow through the rest of this mail but I feel this approach is viable and potentially VERY useful.