From 83aa725e8e9efdc7dbf1f6b31a8ce25987752b8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Thu, 25 Apr 2013 18:25:49 +0100 Subject: [PATCH] Quote Common Lisp to clarify the which Lisp, but Lisp is Common Lisp obviously --- README.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index a54a9f0..25a519b 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ * Ecmalisp - Ecmalisp is a Lisp-to-Javascript compiler, which is bootstrapped - from Common Lisp and executed from the browser. + Ecmalisp is a Common Lisp to Javascript compiler, which is + bootstrapped from Common Lisp and executed from the browser. ** Getting started @@ -19,8 +19,10 @@ It will generate a ecmalisp.js file in the top of the source tree. Now you can open ecmalisp.html in your browser and use it. ** Status -It is just an experiment, of course. But it supports partially most -common special operators, functions and macros. In particular: + +Ecmalisp is and will be a subset of Common Lisp. Of course it is far +from complete, but it supports partially most common special +operators, functions and macros. In particular: - Multiple values - Explicit control tranfers ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm][tagbody]] and [[http://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm][go]]) -- 1.7.10.4