devxlogo

Microsoft Project Turns C# into a Scripting Language

Microsoft Project Turns C# into a Scripting Language

Microsoft’s Glenn Bock is leading a team that’s working on an interesting project that aims to turn C# into a scripting language. Called ScriptCS, the project allows developers to write programs in a simple text editor. Then the Roslyn compiler as a service handles compilation, and NuGet finds any necessary packages and loads the binaries.

According to Bock, ScriptCS is similar to Node.js in several ways. First, it doesn’t require a project, just scripts. Second, you don’t need a full IDE–just a text editor. And finally, the developer doesn’t have to worry about compilation.

View article

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist