From 8d34e6f7e5aba47b1b428ada755e012a60035cc8 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 2 Jul 2007 16:29:43 +0200 Subject: [PATCH] approaches that need consideration --- README.CL-based-design.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.CL-based-design.txt diff --git a/README.CL-based-design.txt b/README.CL-based-design.txt new file mode 100644 index 0000000..9f2a956 --- /dev/null +++ b/README.CL-based-design.txt @@ -0,0 +1,10 @@ + +CL based design needs to consider the packaging components, to ensure +that the final packaging works. + +Some guidelines: packages should have methods which self-describe +exported commands. + +We can do this via lisp functions -- need a macro to provide +reflection of this information. + -- 2.11.4.GIT