From cc12e26d74be103dbe77f3998f2b773b76d93383 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Fri, 3 May 2013 00:01:49 +0100 Subject: [PATCH] Move hacking tips from the README to HACKING --- HACKING.org | 7 +++++++ README.org | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 HACKING.org diff --git a/HACKING.org b/HACKING.org new file mode 100644 index 0000000..b6c1e63 --- /dev/null +++ b/HACKING.org @@ -0,0 +1,7 @@ +* Hacking JSCL +** 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 diff --git a/README.org b/README.org index 3197b14..eb9f7fa 100644 --- a/README.org +++ b/README.org @@ -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 -- 1.7.10.4