CmdL
CmdL is a cross-platform command language and interpreter designed to extend traditional shells by providing structured scripting capabilities, built-in data types, and a modular runtime. It targets major operating systems and aims to enable consistent automation workflows across environments, while remaining interoperable with existing shell tools and syntax.
CmdL originated as an open-source project developed by the CmdL Initiative in 2019. The project emphasizes
Key features include dynamic typing, first-class functions, and a module system. CmdL supports pipelines and redirection,
Syntax is designed to read like a scripting language while preserving familiar command invocation. Variables are
CmdL is primarily used for automation and DevOps tasks, enabling reproducible build and deployment scripts, system
Architecture consists of a parsing phase, a runtime executor, and a standard library plus optional plugins.