* [Consfigurator](https://spwhitton.name/tech/code/consfigurator/) - Lisp declarative configuration management system. You can use it to configure hosts as root, deploy services as unprivileged users, build and deploy containers, and produce disc images.
An interesting option in the nix/Docker/ansible space. I'm interested because it uses what at least looks like a normal-enough lisp (nix always felt very NIH to me), and it has shelling out as a first-class feature (possibly my biggest problem with ansible is how much work it is to use the output of a shell command; I miss Chef for that).
I may be wrong but it may be based on babashka [1] which is a subset of the clojure runtime natively compiled, and has std IO files available built-in.
That was my first assumption but it's not babashka underneath - Bass has its own interpreter - but the author clearly has some affection for Clojure's conventions. I do wonder if there wouldn't be more mileage in building this on top of babashka though.
EDIT: I meant this as a critique of the landing page. I don't understand if it's intentionally stealth or if it's hard to find the relevant information (I'm browsing from a phone)
Very cool. At work we have a lang (hoping to make OSS eventually) which fills this space and is also a lisp at heart, though with some syntax sugar to avoid parens in common cases. It is also closer to GNU make in purpose right now but with a few extra utilities it could fit in CI/CD just as nicely. Exciting time and exciting technologies coming out!
* [Consfigurator](https://spwhitton.name/tech/code/consfigurator/) - Lisp declarative configuration management system. You can use it to configure hosts as root, deploy services as unprivileged users, build and deploy containers, and produce disc images.
* [Adams](https://github.com/cl-adams/adams) - UNIX system administration in Common Lisp. Not unlike Ansible, Chef or Puppet.