7

In Windows Mango OS , is there any scripting environment that is supported?

Does it have support for powershell or python or perl?

ctacke
  • 66,480
  • 18
  • 94
  • 155
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230

4 Answers4

6

WP7 does not have Python support, or perl / powershell. See the IronPython request here:

http://ironpython.codeplex.com/workitem/26534

You can use JavaScript within a WebBrowser control.

ColinE
  • 68,894
  • 15
  • 164
  • 232
5

I may be off-topic here, but there is a way to do in-the-phone scripting. The TouchDevelop app lets you do pretty cool stuff.

If you your question refers to using a scripting language to make apps, then the answer would be NO.

Cornel Ghiban
  • 902
  • 4
  • 6
2

You can use Powershell in the service layer, adding System.Management.Automation and Microsoft.PowerShell.Commands.Utility to the service project.

Alexis Mathieu
  • 683
  • 5
  • 12
1

There's no official scripting environment for WP7, but there's a working port of IronRuby (although I've never tried it): http://msdn.microsoft.com/en-us/magazine/ff960707.aspx

Kevin Gosse
  • 38,392
  • 3
  • 78
  • 94