I have found a tutorial how to run Scala on .NET: http://hestia.typepad.com/flatlander/2009/01/getting-started-with-scala-on-net.html
Is it possible to run Scala on Windows Phone? Any hints how to?
|
I have found a tutorial how to run Scala on .NET: http://hestia.typepad.com/flatlander/2009/01/getting-started-with-scala-on-net.html Is it possible to run Scala on Windows Phone? Any hints how to?
| |||
|
feedback
|
|
Based on the information I can glean from that page, it seems possible but it's going to be some work and the development experience won't be brilliant. I'd recommend creating a C# WP7 application and creating your views in there. Next, compile your Scala while referencing the You should the be able to reference the Scala-compiled assembly from your WP7 application and therefore utilise any domain/view model classes in there. | ||||
|
feedback
|
|
The latest how-to on Scala.NET (June 2011) is http://lamp.epfl.ch/~magarcia/ScalaNET/2011Q2/PreviewScalaNET.pdf | |||||
feedback
|