I had a look at the IoT code examples, and they look much harder to write than Arduino code. Also, the existing wealth of easy-to-use libraries make Arduino a great starting point for intermediate programmers (like me), who want to implement stuff in hardware with PWM's, analog inputs and connect to I2C stuff, but aren't up to scratch on the real low-level stuff. So, are the architectural differences between this chip and the Arduino Due minor enough that this could be a possibility? Or what about Micropython? A 32 bit, python-interpreting, Wifi enabled IoT device for $4 would be pretty neat...
David