ClearScript

Scripting library

Makes it easy to add scripting to .NET applications by providing a library that supports several script engines and exposes resources without modification.

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

GitHub

2k stars
70 watching
148 forks
Language: C#
last commit: 24 days ago
Linked from 3 awesome lists

dotnetjavascriptv8vbscript

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
axtens/lychenbasic A platform for experimenting with C# and interacting with ClearScript VBScript scripts. 2
eantcal/nubscript A small, procedural scripting language designed to be embedded in other programs for convenient runtime scripting 0
abscissa/scriptlike Utility library to help write simple script-like programs in D. 93
joestrout/miniscript A C++ implementation of the MiniScript scripting language with accompanying C# implementation. 284
lukebuehler/cshell An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution. 703
microsoft/tslib A runtime library for TypeScript helpers to improve code efficiency and reduce file sizes. 1,259
tallesl/net-libraries-that-make-your-life-easier A list of .NET libraries to simplify common tasks and improve development productivity 817
daveaglick/scripty Tool to use Roslyn-powered C# scripts for code generation in .NET projects 620
ericgrange/dwscript An object-oriented scripting engine for general-purpose programming in Pascal, designed to work with Delphi and other languages. 174
andrewdavey/cassette A tool for managing JavaScript bundles and dependencies in .NET web applications 534
oleg-shilo/cs-script A C# scripting platform for extending .NET applications with runtime scripts 1,629
usbac/borealis A scripting language with a C-like syntax designed to simplify programming and reduce common development headaches 31
jespa007/zetscript An embedded scripting language with C++ support and a simple VM for executing scripts. 37
brwhale/katascript A lightweight scripting language designed to be easily embedded in C++ applications. 97
rpav/scriptl Allows live coding of shell commands in a Lisp-like way, enabling dynamic execution of scripts without having to write separate code for each command. 73