Adding scripting functionality to .NET applications

前端 未结 9 1463
不思量自难忘°
不思量自难忘° 2020-11-29 21:55

I have a little game written in C#. It uses a database as back-end. It\'s a trading card game, and I wanted to implement the function of the cards as a script.

What

9条回答
  •  醉梦人生
    2020-11-29 22:35

    The next version of .NET (5.0?) has had a lot of talk about opening the "compiler as a service" which would make things like direct script evaluation possible.

提交回复
热议问题