I have a nano 3.0 on the way and was looking at the language reference. It seems to be written a bit for non-programmers and is confusing me. At one point is sounds like it is a scripting language based on C syntax. I assume it is cross-compiled C then flashed on to the device?
Secondly, Can I write the main program in C++ like the Libraries, understanding that it looks like there is no heap, no "new" and everything is on the stack.