I am starting developing Windows 8 Metro apps. It seems that there are 3 different approaches available for creating one:
- C#/XAML
- C++/XAML
- JS/HTML5
Do these approaches have the same functionalities and power?
I mean that if one develops an app in one these three, is it possible to recreate it in any of the other two?