Guix Workflow Language
guixwl.org
Guix Workflow Language
1–10 of 52 posts
Re: Guix Workflow Language
#2Re: Guix Workflow Language
#3I see a surprising lack of parenthesis for something related to Guix. What's the story behind it?
https://archive.fosdem.org/2017/schedule/event/guixworkflowm...
Re: Guix Workflow Language
#4https://luigi.readthedocs.io/en/stable/
“Conceptually, Luigi is similar to GNU Make where you have certain tasks and these tasks in turn may have dependencies on other tasks.”
Having this directly type of functionality integrated into Guix (an alternative Nix) looks very interesting. I’d encourage the Guix workflow developers to study Luigi and SciLuigi for inspiration on design ideas.
I will be sure to follow this effort and see how it progresses.
Re: Guix Workflow Language
#5I see a surprising lack of parenthesis for something related to Guix. What's the story behind it?
Lisps can also support arbitrary input formats using reader macros, so it might be using that (I haven't looked at the implementation yet).
Re: Guix Workflow Language
#6Re: Guix Workflow Language
#7Q:How many workflow languages/engines does the world need? A: As many as possible: https://github.com/common-workflow-language/common-workflow-...
Re: Guix Workflow Language
#8Re: Guix Workflow Language
#9This looks useful, but can it submit jobs to cloud compute clusters or HPC systems and operate locally? Maybe I’m missing the point in terms of the purpose.