Q:How many workflow languages/engines does the world need? A: As many as possible: https://github.com/common-workflow-language/common-workflow-...
Is it really so surprising that people continue to iterate and explore the space of possible DSLs -- literally, domain specific languages -- especially when people are solving problems from many different specific domains ?
Guix Workflow Language
11–20 of 52 posts
Re: Guix Workflow Language
#12Re: Guix Workflow Language
#13What is a workflow language exactly? What benefits do they bring vs using say Python?
Re: Guix Workflow Language
#14Re: Guix Workflow Language
#15I wonder why it is not in Guile? I thought one of the selling points of Guix was one config language to rule them all. Or is it some syntactic sugar on top of Guile? It's not clear. The page doesn't really explain the syntax clearly anywhere so I'm a bit confused.
I don't have a reference at hand now, but I vaguely remember such a comment from the FOSDEM presentation.
Re: Guix Workflow Language
#16Q: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
#17Re: Guix Workflow Language
#18I wonder why it is not in Guile? I thought one of the selling points of Guix was one config language to rule them all. Or is it some syntactic sugar on top of Guile? It's not clear. The page doesn't really explain the syntax clearly anywhere so I'm a bit confused.
I think it is actually in Guile. Even though there are not parens in sight, this is a whitespace-based syntax for Scheme. I don't have a reference at hand now, but I vaguely remember such a comment from the FOSDEM presentation.
https://git.savannah.gnu.org/cgit/gwl.git/tree/gwl/sugar.scm https://srfi.schemers.org/srfi-119/srfi-119.html
Re: Guix Workflow Language
#190: https://www.gnu.org/software/guix/manual/en/html_node/Introd...
Re: Guix Workflow Language
#20I love workflow languages. I would really want to make a visual one with input output nodes (in a true GUI fashion). See Autodesk Dynamo for a close concept.