Compiling and loading doc/example.lisp isn't actually enough to get
something listening on port 8000. The commented-out part at the end of
doc/example.lisp will do it:
(start-listening *listener*)
This is a valuable hint. Christophe was right as well because
if just search for "araneida" on groups.google.com your
hint is in the first hit. However, searching for a single
term on groups.google.com is usually a bad idea because
it will yield innumerable hits -- so I didn't.
Anyways. Now araneida can't run because the function
host-make-listener-socket is not defined. Since this
function is in compat/xxx.lisp (xxx is various lisp
implementations, like sbcl) I guess I have to configure
something like "compile for sbcl" somewhere. But
where?
Araneida and HTML Generation ... I'm utilizing the Araneida Web Server on a Linux/x86 system with SBCL... The docs describe a way to generate HTML,... You can type HELP for debugger help, or to exit from SBCL. ... (comp.lang.lisp)
Re: lisp newbie: how to debug sbcl + araneida + (slime) ... threads are problematic with Araneida.... That's SBCL 0.8.15, right? ... SBCL doesn't do breakpoints; it does, ... It does help with the actual debugging if you find a need, ... (comp.lang.lisp)
lisp newbie: how to debug sbcl + araneida + (slime) ... I need some help to be indoctrinated into the lisp way. ... example coming with araneida does not work and how to debug by setting ... slime 1.0 (i tried to use sbcl directly on sh to learn the underlying ... Googling shows that seasoned lisp devs prefer other means of debugging... (comp.lang.lisp)
Re: Your favorite Lisp on Debian? ... used the Python-based Twisted comm server framework. ... issue-laden - implementaion differences, OS differences, the additional ... Maybe I should give Araneida a look since I am in evaluation mode ... and I already have SBCL installed.... (comp.lang.lisp)