Re: Where to look for the API documentation?



Ralf Bokelberg <info@xxxxxxxxxxxx> writes:

> Just recently i read Peter Seibel's fantastic book "Practical Common
> Lisp". Now i want to do something real with Lisp. I wonder, where i
> can find the documentation of the functions available in
> Lisp-In-A-Box? Especially i'm looking for the socket functions of
> Lisp-In-A-Box, which i could neither find in the hyperspec nor in the
> ACL Docs
>
> Probably this has been discussed thousand times before, but i searched
> the internet and the usenet and couldn't find any pointers. So any
> help is appreciated a lot,

Hyperspec:
http://www.lispworks.com/documentation/HyperSpec/Front/index.htm

I don't know what implementation is included in Lisp-in-a-Box.

CLISP implementation notes:
http://clisp.cons.org/impnotes/index.html

SBCL manual:
http://www.sbcl.org/manual/

OpenMCL documentation:
http://openmcl.clozure.com/Doc/index.html

CMUCL documentation:
http://www.cons.org/cmucl/doc/



--
__Pascal Bourguignon__ http://www.informatimago.com/

The world will now reboot. don't bother saving your artefacts.
.



Relevant Pages

  • Re: Comparing Lisp conditions to Java Exceptions
    ... to both Lisp and Ruby. ... some special value or by throwing an exception). ... from database related errors caused by ... * Taking sbcl as an example, I have uncovered no documentation as to what conditions ...
    (comp.lang.lisp)
  • Re: Comparing Lisp conditions to Java Exceptions
    ... That should be well documented by the Lisp that you are using. ... Maybe you should consider using a Lisp system that is better ... I find their documentation to be adequate, ... Common Lisp implementations and libraries: ...
    (comp.lang.lisp)
  • Re: Statically AND Dynamically Typed Language ??
    ... right that such `interfaces' make a good way to structure documentation. ... In Lisp, for the purposes of writing manuals, one usually documents ... Python largely follows the language-supported division of code into ...
    (comp.lang.misc)
  • Re: Any Lisp financial success stories since Naughty Dog?
    ... Pascal Costanza wrote: ... I just asked for the particulars to be documentable. ... I'm looking for documentable cases where an endeavor produced a substantial and documentable return for an investor and the participants attribute their success at least in part to the competitive advantage gained by using Lisp. ... Finding documentation for the financial-success part of that second example is left as an exercise. ...
    (comp.lang.lisp)
  • Re: Comparing Lisp conditions to Java Exceptions
    ... > That should be well documented by the Lisp that you are using. ... that's a vendor quality issue (and you should get ... to the lack of documentation simply being a result of lack of time by the implementor ... > I would start by looking at the libraries that have been graciously ...
    (comp.lang.lisp)