- Home /
What is WACK in Windows store development?
In the Windows 8 Store documentation, one of the things to take note is that 'JS and Boo scripts won't pass WACK at the moment'.
What exactly does this statement mean?
I'm sure it's something obvious right?
WAC$$anonymous$$ is the Windows App Cert $$anonymous$$it http://msdn.microsoft.com/library/windows/apps/hh694081/ I'm surprised that JS scripts are called out as there are specific tests that allow for performance optimization of JS scripts being converted to bytecode.
Answer by CHPedersen · Aug 02, 2013 at 11:41 AM
A quick Google reveals that WACK stands for Windows App Certification Kit.
I'm guessing it means that Microsoft are in league with the devil and require you to write everything in C#, because they want to keep you on their side of the fence. Kind of like how Apple used to be (or still are?) about Objective-C, I think.
Apple doesn't care what language you use and mostly never did, except for a brief period where they did try to enforce a C++/Objective-C thing, but the developer outcry quickly put a stop to that.
Your answer