Re: Lisp Thesaurus
- From: Paolo Amoroso <amoroso@xxxxxxxxx>
- Date: Fri, 29 Apr 2005 17:48:32 +0200
"Nikhil Ketkar" <nikhilketkar@xxxxxxxxx> writes:
> organizing the information.What I would like to have is to have
> information organised like thesaurus where I start looking for what I
> want to do and get the constructs relevant to it. Consider a trival
> example, I have to write a simple program that uses Huffman encoding to
> compress a file. For this I would need to operate at a bit level. I
> need to know what constructs Lisp has to get the job done. The way I do
Try this form at your favorite Lisp listener:
(apropos "BIT" :cl)
or just:
(apropos "BIT")
if you are not interested in portability.
Paolo
--
Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools (see also http://clrfi.alu.org):
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface
.
- References:
- Lisp Thesaurus
- From: Nikhil Ketkar
- Lisp Thesaurus
- Prev by Date: Re: timer in cmucl?
- Next by Date: Re: Comparing Lisp conditions to Java Exceptions
- Previous by thread: Lisp Thesaurus
- Next by thread: Re: Lisp Thesaurus
- Index(es):
Relevant Pages
|