Re: Lisp Thesaurus



Nikhil Ketkar wrote:
> When I need to have some functionality first thing I do is try to
find
> if Lisp already has something similar built in. I have to spend a lot
> of time doing this.
> The Common Lisp HyperSpec is useful but it has a dictionary way of
> 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 best thing about Paul Graham's ANSI CL book is the reference in the
back, which seems to be what you want.

I thought Peter's book should have one too, but I guess the reason for
not including it was competition with the upcoming Margolies book.

.



Relevant Pages

  • Re: Lisp Thesaurus
    ... > information organised like thesaurus where I start looking for what I ... > want to do and get the constructs relevant to it. ... > need to know what constructs Lisp has to get the job done. ... - CL-PPCRE: regular expressions ...
    (comp.lang.lisp)
  • Lisp Thesaurus
    ... if Lisp already has something similar built in. ... The Common Lisp HyperSpec is useful but it has a dictionary way of ... want to do and get the constructs relevant to it. ... A book like Common Lisp: ...
    (comp.lang.lisp)
  • Re: I wish Id never met Lisp
    ... > into paying me to hack on Lisp. ... > for prime time yet because any Cocoa app built with it apparently ... > .app bundle for your application. ...
    (comp.lang.lisp)
  • Re: Learning Lisp the hard way
    ... Now the whole point here is that google found no result, ... exotic in lisp? ... However CL's condition system is somewhat different than Java's in the ... try) is built from HANDLER-BIND (well, may be built from it in the ...
    (comp.lang.lisp)
  • Re: Decreasing the "standard deviation" of lisp
    ... Numbers are not built from lists of symbols. ... (defparameter four (succ three)) ... Have a look at any Common Lisp compiler (obviously written in Common ... if you can interface to C you can interface to ...
    (comp.lang.lisp)