Re: [IronPython] (no subject)

2007-09-17 Thread Shawn Fox
The easiest solution is to setup a bluetooth serial port. This can easily be addressed by your code on the PC. Serial Communication is very easy, and while not the fastest thing on the block, is still suitable for many purposes. IronPython can't run under the compact framework, so you will nee

Re: [IronPython] Is any one use IronPython in your project?

2006-11-27 Thread Shawn Fox
I use IronPython in several projects.  I use it primarily for cutomizations and validations, or actions and events that are likely to change.  Overall, I find it easier to implement business rules in the python language than in C# or C++... Python just seems to "jive" with the way I think.