Jonathon McKitrick <j_mckitrick@bigfoot.com> wrote:
+---------------
| It's a MySQL based application that will generate pdf reports based on
| user selections of various input record combinations. To date, a
| similar app has been done in php, and the clients are happy with it.
| Would it be overkill to argue for Lisp in this case?
+---------------
What is PHP using to generate the PDF reports? Is it calling
an external processing program? Remember that CL-PDF[1] or
CL-Typesetting[2] can run in the same Lisp image as your web
server, and not have to fork/exec a separate external process.
If that matters to you...
-Rob
[1] <http://www.cliki.net/CL-PDF>
[2] <http://www.cliki.net/cl-typesetting>
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607