aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-05-24 18:33:55 +0530
committerArun Isaac2021-05-24 18:33:55 +0530
commit8938236c61945021271f42909102fc81d34bb245 (patch)
treeed100c95798e3ac657de88a51a977a9acebb7b48 /README.org
parent12c3c9dbee37bb5dfb6021832b8bf244b7ff43bb (diff)
downloadccwl-8938236c61945021271f42909102fc81d34bb245.tar.gz
ccwl-8938236c61945021271f42909102fc81d34bb245.tar.lz
ccwl-8938236c61945021271f42909102fc81d34bb245.zip
Rewrite the README introduction to ccwl.
* README.org: Rewrite introduction.
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