Possible Duplicate:
C++, C# and JavaScript on WinRT
I am wanting to create an app for Windows 8 and am equally well versed in C++ and JavaScript. I was wondering what (if any) performance differences there would be between a JavaScript/HTML or C++/XAML. Do they both get compiled to the same source or is the JavaScript version interpreted?
Thanks!