I'm curious about using Lisp to underpin a modern RESTful web service, but given the many variants and implementations, it's difficult to know where to begin.
I am certain that there are people out there using Lisp for web related applications (just trawling through the questions here on SO shows that) but what I would like to know is are there any Lisp implementations which are more suited to web services than others? (native unicode support for example, inbuilt web-related libraries, performance etc)
I'm not looking for unicode "hacks" or web frameworks. I'm mostly interested in what you get out of the box. I haven't aligned myself with any Lisp derivative or implementation, though I have some minor experience with Common Lisp on CLISP (a generic polynomial calculator as part of an undergraduate computer science course). It would be nice to know if there are particularly good choices for this problem, especially from those people who have actually used Lisp in this way.