redoing dev style to be more test centric, from lessons learned with lisp-matrix.
[CommonLispStat.git] / Doc / README.CL-based-design.txt
blobd4a59c68f4614448009c1a1d928e9306c634043f
2 CL based design needs to consider the packaging components, to ensure
3 that the final packaging works.
5 Some guidelines:  packages should have methods which self-describe
6 exported commands. 
8 We can do this via lisp functions -- need a macro to provide
9 reflection of this information.
11 can we load packages and add symbols to an existing package --
12 i.e. want to be able to load into curent package or another package as
13 specified, i.e. 
14 (load-lisp-stat-package package-to-load
15                         package-space-to-infect)
17 (default is ls-user)