Re: LISP for web



drewc <drewc@xxxxxxxx> wrote in 9GHpe.1604805$6l.960225@pd7tw2no:">news:9GHpe.1604805$6l.960225@pd7tw2no:

>
> I've never used Erlang or RoR (though keep your eyes peeled for
> LISP-ON-LINES, which i am in the proccess of releasing) but from my
> own experience, Common Lisp is more than able to withstand a
> slashdotting. (a web site i run, http://lisp.tech.coop, received over
> 100,000 hits in a day, and i didn't even notice a slowdown).
>

Can you elaborate on which Lisp implementation and which
Lisp packages you are using to run lisp.tech.coop?
Web server, html generation,... etc.
Degree of difficulty to set up,... etc.

I have been looking for a while for a set of Lisp
tools (open source) that will be straight forward
to set up but so far i haven't found any.

All these processes seem to be very complex in the Lisp world.
Setting up this package, and that package, and the other...
just to do a web app. Perhaps not so complex for Lisp gurus
but can be very discouraging to others.

On the other hand, I have set up the PLT Scheme web server
without much difficulty and it does work.


.



Relevant Pages

  • Re: Style question
    ... save this thread anyway for review later. ... If a Common Lisp core dumps its because of a fault in the implementation or maybe a problem with program's Foreign Function logic. ... If the web server encounters error, it can be caught and something can be returned to the web client. ... Determining what all the possible errors in the GUESS program could be indeterminate, putting a general error handler around it is easier, and just as safe. ...
    (comp.lang.lisp)
  • Re: Uploading a file to web server using Lisp
    ... files from a web browser to a web server using lisp? ... to do it using PHP but I could nothing for Lisp. ... (defun getfile-function (req ent posturl) ...
    (comp.lang.lisp)
  • Re: Uploading a file to web server using Lisp
    ... files from a web browser to a web server using lisp? ... to do it using PHP but I could nothing for Lisp. ... Portableaserve and Hunchentoot. ...
    (comp.lang.lisp)
  • Re: Reassessing the state of Lisp
    ... had everything else I wanted working (web server, web client, regexps, ... FFI, IDE, running on all major platforms) it occurred to me that this ... Lisp nor the OS that I was using it on. ... Thats even a complete implementation of python within Common Lisp. ...
    (comp.lang.lisp)
  • Re: Reassessing the state of Lisp
    ... had everything else I wanted working (web server, web client, regexps, ... FFI, IDE, running on all major platforms) it occurred to me that this ... Lisp nor the OS that I was using it on. ... Thats even a complete implementation of python within Common Lisp. ...
    (comp.lang.lisp)

Loading