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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
2.0.5.0version ofmscorliband the other assemblies.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.