Hi,

It is possible I have already got the process for calling Lite-C from C# resolved and the process for Lite-C to C# calls is something that I have a method of doing but would like to improve it.

The reason I'm wanting to use a scripting language as well as C# is that after many years of being a professional developer I have learnt that hard coding things that are likely to change is a bad idea.

I was thinking that I could just use C# as my scripting language and compile the scripts at runtime, but I would prefer to use Lite-C for this.