** Newbie guide
- Load slime from the root directory.
- C-c C-l jscl.lisp to load the whole project
- - =(bootstrap)= will generate jscl.js
+ - =(jscl:bootstrap)= will generate jscl.js
- Add tests
- Open tests.html in your browser to see your failed tests
/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.