clean up unittests, but does not compile.
[CommonLispStat.git] / README
blob281bc4a91f0ebb460ee5149b75fa4f7a29ad0358
1 -*- mode: text -*-
6 ===========
8 See Doc/README* for history and design considerations
9 See Doc/INSTALL for getting this to work and run
11 ===========
13 Current design challenge :: we need to find a means to avoid circular
14 references, especially where call-backs are concerned.
16 Perhaps we should put the glue where it belongs, and if we use a
17 package or tool which replaces it, then we no longer have to provide
18 such FFI glue.
20 This would suggest that we proceed as follows -- first make sure that
21 we factor out the library loading into a separate package which is
22 required, and then we embed the callback support into the individual
23 libraries to make them work.