CShell
Scripting IDE
An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution.
A simple, yet powerful, C# scripting IDE and REPL
703 stars
61 watching
97 forks
Language: C#
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
luke-clifton/shh | A tool for scripting and executing system commands without the need for traditional shell scripts. | 269 |
lelanthran/csl | A scripting language for C programs using Lisp-like macros for high-level logic and data structures. | 2 |
oleg-shilo/cs-script | A C# scripting platform for extending .NET applications with runtime scripts | 1,629 |
microsoft/clearscript | Makes it easy to add scripting to .NET applications by providing a library that supports several script engines and exposes resources without modification. | 1,774 |
daveaglick/scripty | Tool to use Roslyn-powered C# scripts for code generation in .NET projects | 620 |
bburdette/schelme | A minimal scripting language written in Elm with incremental execution and support for custom functions. | 22 |
kallewoof/btcdeb | A set of tools used to debug or construct scripts for use in Bitcoin. | 39 |
jamesboer/jinx | An embeddable scripting language with a lightweight C++ implementation and focus on real-time applications | 315 |
brwhale/katascript | A lightweight scripting language designed to be easily embedded in C++ applications. | 97 |
nilq/hugorm | A dynamically typed programming language with a focus on syntax simplicity and efficient bytecode virtual machine execution | 30 |
ciel-lang/ciel | A Common Lisp scripting language with built-in libraries and utilities for common tasks. | 346 |
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 |
oleg-shilo/cs-script.vscode | A VSCode extension for executing and debugging C# scripts using the CS-Script engine. | 41 |
cotowali/cotowali | A statically typed scripting language that transpiles into POSIX shell scripts | 615 |
karlandr1/beryl | An embeddable scripting language with value semantics. | 31 |