Tagged Questions
4
votes
2answers
1k views
What's better right now: IronRuby or IronPython? [closed]
I have plenty of experience with both Ruby and Python, and I'm looking to embed either one of these on a C# application I'm developing. I don't really care which, but I'd like to know which one ...
1
vote
2answers
971 views
Adding scripting capability to a .NET application
I already have a working implementation that adds scripting to an application. The application currently generates and compiles scripts from C# snippets (taken from different user provides ...
0
votes
5answers
1k views
scripting support in a C# application [closed]
what is the simplest and fastest way to support simple scripting in a .Net application?
I search a lot but only find many things with practical no documentation or outdated since years.
I only need to ...