Jint
Home Page
Categories: Scripting
Author: Evaluant
Latest version: 0.5
Added 2009-09-23
Script engine based on the Javascript language.
Using Jint, developers can provide scriptable applications, execute .NET code without compiling, or create external configuration logic, using JavaScript.
Features include:
- Standard Javascript elements: Objects and methods, Loops (do, while, for), Code blocks and scopes, Conditional statements (if, switch/case), Functions (declarations plus anonymous functions)
- .NET bindings: External objects and values, External functions to enhance the script resources, Return value to .NET code
- Out of the box Jint Shell application: Use Jint on the command line
- Doesn't use CodeDomProvider, but uses ANTLR instead
 Built for .NET 2 |
 Library |
 Free or free version available |
 Source code provided |