Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing New Display Search Login/Register
Bug Id ?
Reporter ?
dherring
Product/Version ?
LibCL Distribution / 0.1
Status ?
Confirmed
Severity ?
Enhancement
Duplicate Of ?
- none -
Summary ?
master symbol index
Report Time ?
January 16, 2010 11:13:42 PM
Assignment ?
- none -
Resolution ?
Open
Priority ?
Normal
Dependencies ?
- none -


Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

January 16, 2010 11:13:42 PM dherring
The current library index is a start, but it would be nice to have a way of browsing (both within the editor and from the web) all symbols.

Thus an index could be generated during make-dist.sh.
- run compile-libcl (into .tmp as now)
- iterate over all the packages in libcl
- for each symbol, collect boundp, fboundp, docstrings, etc.
- dump a DB file
- dump HTML/PDF files and indices

Then LibCL could provide an apropos to interact with this database before loading any packages.