top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Does Scala work on .Net?

+3 votes
141 views

please explain with an example.

posted Jun 28, 2016 by Shivam Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Yes, You can develop Scala programs directly in MS Visual Studio. In the fall the Visual Studio plug-in for Scala will support the basic functionality expected of the IDE namely, code completion, code browsing, line breaks, expression breaks and exception reporting and so on. However, in the short term the current plug-in does not yet support code completion or code browsing. You can find a "how to use" guide here and a slide presentation overview of Scala.Net project here.
The current implementation is already quite robust. The Scala.Net compiler does compile itself, some 100k lines or so of Scala code.

answer Jun 30, 2016 by Karthick.c
...