summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.org b/README.org
index 0e8c2b3..a840298 100644
--- a/README.org
+++ b/README.org
@@ -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