From 93d14bd73fc06f01d30c026eaadf3a669bf2c186 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 5 Nov 2007 17:28:43 +0100 Subject: [PATCH] docs improved to start fast. --- README | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) rewrite README (76%) diff --git a/README b/README dissimilarity index 76% index 281bc4a..e0d73ea 100644 --- a/README +++ b/README @@ -1,23 +1,23 @@ --*- mode: text -*- - - - - -=========== - -See Doc/README* for history and design considerations -See Doc/INSTALL for getting this to work and run - -=========== - -Current design challenge :: we need to find a means to avoid circular -references, especially where call-backs are concerned. - -Perhaps we should put the glue where it belongs, and if we use a -package or tool which replaces it, then we no longer have to provide -such FFI glue. - -This would suggest that we proceed as follows -- first make sure that -we factor out the library loading into a separate package which is -required, and then we embed the callback support into the individual -libraries to make them work. +-*- mode: text -*- + + +For a fast start: + +run a common lisp (SBCL, CMUCL, CLISP) starting in the current +directory. We also assume that a recent version of CFFI has been +installed and is ASDF-loadable. Probably should include a local copy +just in case. + +Step through ls-demo.lisp for a range of examples that will become +part of the test suite. + + + + +=========== + +See Doc/README* for history and design considerations +See Doc/INSTALL for getting this to work and run + +=========== + -- 2.11.4.GIT