|
|
|
|
|
by shykes
447 days ago
|
|
Dagger is fully declarative. It's just built on a dynamic declarative API, instead of a static declarative DSL. So, if you took Nix, and replaced the static scheme-like DSL with a proper API, and then built SDKs in 5 languages for that API; and then built a bash-like shell also for easy scripting; then you would start to have something that approximates Dagger. |
|