diff options
author | Arun Isaac | 2021-05-24 18:33:55 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-24 18:33:55 +0530 |
commit | 8938236c61945021271f42909102fc81d34bb245 (patch) | |
tree | ed100c95798e3ac657de88a51a977a9acebb7b48 | |
parent | 12c3c9dbee37bb5dfb6021832b8bf244b7ff43bb (diff) | |
download | ccwl-8938236c61945021271f42909102fc81d34bb245.tar.gz ccwl-8938236c61945021271f42909102fc81d34bb245.tar.lz ccwl-8938236c61945021271f42909102fc81d34bb245.zip |
Rewrite the README introduction to ccwl.
* README.org: Rewrite introduction.
-rw-r--r-- | README.org | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,14 @@ #+TITLE: Concise Common Workflow Language (ccwl) -This is the Concise Common Workflow Language (ccwl), an attempt to -improve the [[https://www.commonwl.org/][Common Workflow Language (CWL)]] and reduce its verbosity by -auto-generating CWL YAML specifications. +The Concise Common Workflow Language (ccwl) is a concise syntax to +express CWL workflows. It is implemented as an Embedded Domain +Specific Language (EDSL) in the Scheme programming language, a +minimalist dialect of the Lisp family of programming languages. + +ccwl is a compiler to generate CWL workflows from concise descriptions +in ccwl. In the future, ccwl will also have a runtime whereby users +can interactively execute workflows while developing them. -Stay tuned! * Contributing |