I'm currently toying with Sven Van Caekenberghe's s-http-server (http://homepage.mac.com/svc/open-source-common-lisp.html) which I just got running.
But once I had typed: (in-package :s-http-server) (defvar *server* (make-s-http-server)) (start-server *server*) ;; play with the browser at http://localhost:1701/s-http-server (stop-server *server*) I felt like I just had mastered C "Hello World", but not much more :-( What I need is a good tutorial. But there isn't any. Would you think that writing such a tutorial, for this project, or any other, would be a valid gardener task? I'd volunteer for this particular one, but I guess getting tutorials for all the other projects out there could be a good move. What do you think? -- JFB _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
