yamlscript
yamlscript copied to clipboard
Programming in YAML
* https://www.youtube.com/watch?v=jm0RXmyjRJ8 * https://www.reddit.com/r/Clojure/comments/tekvav/create_a_password_manager_with_clojure_using/ * https://github.com/danownsthisspace/passman * https://book.babashka.org/#pods * https://github.com/babashka/pod-registry?tab=readme-ov-file * https://github.com/babashka/pods?tab=readme-ov-file * https://github.com/babashka/babashka/blob/master/doc/projects.md * https://github.com/babashka/babashka/blob/master/doc/projects.md#pods * https://github.com/babashka/babashka/blob/master/src/babashka/impl/pods.clj
Building on Nix and Guix require a reproduible build process. The auto-download feature of our build process violates this constraint. Furthermore, Nix and Guix builds typically occur in a network-isolated...
From the ys CLI we get: ``` $ ys -e 'say: 2+2' Error: java.lang.Exception: Invalid symbol: '+2'{:eval ["say: 2+2"], :debug-stage {}} ``` would be better as: ``` $ ys -e...
``` ns aaa::bbb: require: foo::bar: foo::baz: baz clojure::str: str