ScriptL
Scripting utility
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.
Shell scripting made Lisp-like! Or, live-coding remote function calls for the shell.
73 stars
10 watching
11 forks
Language: Makefile
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
coderofsalvation/powscript | A shell scripting tool with a Coffeescript-like syntax, designed to be an easy-to-use and feature-rich alternative for bash development. | 159 |
abscissa/scriptlike | Utility library to help write simple script-like programs in D. | 93 |
rpav/cl-autowrap | A wrapper generator for C to Common Lisp interfaces with performance, convenience, and completeness. | 218 |
vseloved/rutils | A Common Lisp package providing syntactic utilities to simplify development and REPL interactions | 252 |
odb/shml | A shell framework providing a simple way to add style and functionality to terminal scripts without memorizing complex control sequences. | 444 |
lukebuehler/cshell | An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution. | 703 |
andrewpillar/req | A scripting language that simplifies working with HTTP services by providing a balanced syntax between simplicity and expressiveness. | 159 |
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 |
chr15m/flk | A minimalistic LISP implementation for Bash scripting | 500 |
srinivasa314/neptune-lang | A scripting language built on Rust, designed to be embeddable, concurrent, and secure. | 44 |
jlangch/venice | A sandboxed Lisp dialect with Java interoperability, designed to make scripting tasks easier and more efficient. | 33 |
r-lyeh-archived/scriptorium | A benchmarking study of scripting languages embedded in C++ and statically linked. | 499 |
rpav/cl-cairo2 | Cairo bindings for Common Lisp allow the creation of graphical user interfaces in a high-level, dynamic language. | 62 |
ciel-lang/ciel | A Common Lisp scripting language with built-in libraries and utilities for common tasks. | 346 |
thakeenathees/pocketlang | A lightweight, embeddable scripting language with a simple syntax and support for object-oriented programming. | 1,520 |