[Mono-list] script engine ?

Miguel de Icaza miguel@ximian.com
15 Nov 2001 23:16:55 -0500


> i wonder if there is an available script engine in C# ?
> to randomly test my functions while my program is running ?

I have not seen anything like this before, but I saw your web page and
it looks like a very cool feature!

It seems that it would be pretty easy to write a command line interface
for C# using Reflection and you could always reuse our expression nodes
(and might even be able to reuse pieces of the parser for this).

> because i had write such a tool in java (http://ljsh.galador.net) and i 
> wonder if it's worth porting the core functionality to C# ?

This would also work ;-)

And even if it has Java syntax, it is still a useful tool to have around
in .NET as a general purpose command tool. 

Miguel.