scScript for Linux
Summary
The article presents scScript, a C-like scripting language for Linux that compiles to bytecode and runs on a small VM. It emphasizes tight integration with scEmacs, a lightweight editor, and highlights features such as closures, tail-call optimization, various memory management strategies, and C interop, all implemented in C for easy customization and embedding.