Gene Jones <realistikus@gmail.com> wrote:[color=blue]
> So I'm starting to do some things where I'm going to want to add
> scripting in the application, and I can't find a scripting language to
> plug in that I like. So far I've looked at LUA and L-Sharp, but
> neither appeals to me. TCL would be okay, I guess, but still not
> really ideal.
>
> My Googling hasn't turned up anything, so I figured I'd ask here:
>
> 1) Is there some way to make C# an embedded scripting language? (I
> doubt it, but it seems worth asking where somebody will definately
> know)
>
> 2) Is there an XML-based scripting language that's easily embeddable
> into a .NET application? By XML-based, I literally mean it's some
> language expressed in XML format. I know there aren't a lot of these
> around, but I'm just kind of hoping really hard at this point.[/color]
The other day I saw a colleague embedding some C# in a NAnt script.
It's not something I've used myself, but it might be worth a look.
(For what a C#-like scripting language might look like, you might be
interested in Groovy, which is Java-based:
http://groovy.codehaus.org)
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too