From: Adrian DOZSA
Subject: Lisp Metadata Importer in Lisp?
Date: 
Message-ID: <1177499537.647825.146570@o40g2000prh.googlegroups.com>
   Hi,

Does a similar software to John Wiseman's "Lisp Metadata
Importer" (http://lemonodor.com/archives/001232.html), written in
Lisp, exists?
The functionality i'm looking for is: extract from Lisp source code an
indexed list of symbols and definitions with individual properties.
I am currently in the process of writing one, but i have some problems
with (read) and packages and other syntactic sugars (macro-
characters).

   Adrian D.