From 8938236c61945021271f42909102fc81d34bb245 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 24 May 2021 18:33:55 +0530 Subject: Rewrite the README introduction to ccwl. * README.org: Rewrite introduction. --- README.org | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.org') 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 -- cgit v1.2.3