Flint – A compiled language to replace complex Bash scripts
Native binaries for CI scripts beat Python startup time without Rust verbosity.
Logos is a readable scripting language with C-like syntax, sane error handling, built-in concurrency, and binary compilation.
Better Bash alternative with proper error handling and compilation, but why not Go or Rust?
Shell scripting developers, DevOps engineers, automation-focused programmers
Go · Rust · Zsh
Native binaries for CI scripts beat Python startup time without Rust verbosity.
Fixes a real OCI free tier problem, but it's a wrapper script, not a new tool.
DoScript trades shell terseness for English-like primitives (make folder, for_each file_in ...) plus safety features like a global --dry-run, typed errors (try/catch NetworkError) and rich file-loop metadata — handy for ad-hoc backups and file-sorting. The inclusion of a node-based visual IDE and a tiny installer suggests someone pushed this beyond a toy CLI, but the overall idea sits in a crowded space (PowerShell, Node-RED, AutoHotkey) so its appeal will be strongest for users who value human-readable syntax and a simple GUI.
PowerShell killer with typed scripting and .NET 10 packages—daily-driveable but crowded category.
Natural-language keywords plus implicit file metadata in loops make common file tasks unexpectedly readable, and the built-in --dry-run and explicit error reporting show a sensible safety-first design. It isn't revolutionary — PowerShell and dozens of RPA/DSL tools exist — but as a compact, distributable exe for teams that loathe terse shell one-liners it’s a practical, usable effort; the main gaps are cross-platform clarity and a larger ecosystem of libraries/examples.
Replaces manual Playwright scripting, but Claude-generated tests and GitHub Copilot already cover this.