X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=README.org;h=eb9f7fae6448080197a2ec3df862980d4bea608a;hb=2669d6cf38b520476ba7b8aeee557e2d9c382ef4;hp=d6b5ebd46b01ff716ca2d1f0ce50d3def1b42070;hpb=54de4d4abbeb7f99e5f5702ad93e815cae7a0b3b;p=jscl.git diff --git a/README.org b/README.org index d6b5ebd..eb9f7fa 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ JSCL is a Common Lisp to Javascript compiler, which is bootstrapped from Common Lisp and executed from the browser. - + ** Getting started You can try a demo [[http://davazp.net/jscl/jscl.html][here]]. But if you want to hack JSCL, you will have @@ -32,7 +32,7 @@ operators, functions and macros. In particular: - Optional and keyword arguments - SETF places - Packages - + The compiler is very verbose, some simple optimizations or /minification/ could help to deal with it.