X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=blobdiff_plain;f=README.org;h=bfa6cc6deec29d44fa76a473dad496e32ab4a6e5;hp=3197b14603b1fbbde432a1280612039fc77771b9;hb=HEAD;hpb=9a9f2833b150d272adfa4f7bcf4083d7fd20b20d diff --git a/README.org b/README.org index 3197b14..bfa6cc6 100644 --- a/README.org +++ b/README.org @@ -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. @@ -42,13 +42,3 @@ just enough compliant to include a [[http://www.cs.cmu.edu/afs/cs/project/ai-rep implementation, or even [[http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/oop/0.html][CLOS]] or non-CLOS OOP. /Feel free to hack it yourself/ - - -** Hacking - -*** Newbie guide - - load slime from the root directory. - - c-c c-l jscl.lisp to load the whole project - - (bootstrap) will generate jscl.js - - add tests - - open tests.html in your browser to see your failed tests