> > > I've been looking for interpreters on the net, but there are not many > suitable for this job (co-exist with an 'operating system'). I once > used a forth interpreter, embedded into a c-program, but this had a > huge footprint and interaction was quite complex.
I have my SirBot project: through serial, you can access your bot via primitive actions, the one you define in your PIC, and complex action, which are combinations of primitive ones. The whole can be access via a python interpreter. It's as though you were dynamically controlling your bot. The things is how much primitive your primitive action should be. > What I wonder is what flexibility you expect. Access to an interpreted > program in a pic won't give you the overview that you have in a nice > IDE. From the IDE, it takes me 15 seconds to compile & program an > average pic and have a terminal window open (and no wires to change or > switches to toggle). So please enlighten me! Mmmh.... You have a point here ! But here's my point: it's less fun :) Another one, if you have an interpreter, you can put GUI/IDE on top on it, to control your PIC. "click on this pin, the LED lights up". In much faster way than you would by programming it. Seb -- Sébastien Lelong http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
