Kcl-lang + Taskfile #2145
Closed
cypherkitty
started this conversation in
Ideas
Replies: 1 comment
-
Hi @cypherkitty. We don't plan to migrate from YAML to any other format. That would be a huge breaking change, and we have limited time to work on the project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m using Taskfile in my project here: https://github.com/meta-secret/memento-ai/blob/main/Taskfile.yml
I think taskfile is probably one of the best task runner out there.
What I noticed - when the project is growing it became much harder to support. I’ve noticed:
I wonder if adopting https://kcl-lang.io/ instead of (along with) YAML would a good idea? Kcl is similar to jsonnet. Essentially kcl has is what yaml is missing, it would greatly increase flexibility, since kcl has great support of variables, includes, cycles and functions, combining power of kcl with taskfile would be the result is the best tool for task running.
What are your thoughts about that?
Beta Was this translation helpful? Give feedback.
All reactions