X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=blobdiff_plain;f=README.org;h=bfa6cc6deec29d44fa76a473dad496e32ab4a6e5;hp=d6b5ebd46b01ff716ca2d1f0ce50d3def1b42070;hb=HEAD;hpb=54de4d4abbeb7f99e5f5702ad93e815cae7a0b3b diff --git a/README.org b/README.org index d6b5ebd..bfa6cc6 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 @@ -13,7 +13,7 @@ to download the repository /load/ jscl.lisp in your Lisp, and call the bootstrap function to compile the implementation itself: -=(bootstrap)= +=(jscl:bootstrap)= It will generate a jscl.js file in the top of the source tree. Now you can open JSCL.html in your browser and use it. @@ -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.