libera/commonlisp - IRC Chatlog
Search
9:38:22
danse-nr3
yes i am new. Have been lurking in #lisp for a while, then went through libera's channels' list and found this. Nice to meet you all
9:49:03
danse-nr3
not really. Common lisp is the next language i would like to learn, but it might take a long time before i will have resources to invest in a new language. But i do a lot of functional programming, so i am interested in spotting anything related in lisp
14:01:56
beach
bjorkintosh: But we need to do better. At the time, there were no Internet threats to speak of.
15:29:56
lispmacs[work]
hi, is ANSI common lisp available as an INFO reference manual (or similar?) I was trying to learn common lisp and SBCL at the same time, but the included SBCL doesn't document the ANSI functions, apparently
15:32:24
edgar-rft
lispmacs[work]: short answer: yes, more than one :-) but must dig for the links, may take some minutes
15:33:22
Gleefre
AFAIK sbcl does provide docstrings for most symbols in CL package. You can use DESCRIBE or DOCUMENTATION from the repl to see them.
15:41:31
edgar-rft
lispmacs[work]: the search engine word is "dpans2texi.el", there are severaly github accounts holding the source code but there were ready-made info files for download somewhere, also old versions of GCL (GNU Common Lisp) came with info manuals of dpans3 (last draft version before the final ANSI spec)
15:43:07
lispmacs[work]
hmm, wonder what is the fastest route here. Looks like GCL is available as a package on my system
15:44:08
lispmacs[work]
bjorkintosh: no. Is the script fully contained or am I going to need to hunt down dpans sources?
15:45:34
lispmacs[work]
I saw that link to just download the info files but looks like the 10 year old FTP link is dead
15:46:43
bjorkintosh
I did it recently and thought the process should be automatic as I was doing it.
15:47:28
edgar-rft
lispmacs[work]: Xach Beane's Github account has all TeX sources plus the scripts if you really want to build it yourself -> https://github.com/xach/dpans
15:49:20
lispmacs[work]
Okay, well, I think I'll just give this dpans2texi thing a try and see what happens
16:00:19
edgar-rft
here's a Github link with texinfo sources compiled from the TeX files, but I have no idea about the quality -> https://github.com/krdzo/ansicl
16:07:27
edgar-rft
the GCL info files as tar-gz archive, containing the dpans3 spec -> http://ftp.gnu.org/pub/gnu/gcl/gcl.info.tgz
16:25:13
ldb
bjorkintosh: download from http://www.lispworks.com/downloads/documentation.html then I just unpack it to /usr/local/share/doc/HyperSpec/