How I Can do web programming with Lisp or Scheme?
Posted
by Castro
on Stack Overflow
See other posts from Stack Overflow
or by Castro
Published on 2009-08-14T01:10:00Z
Indexed on
2010/06/11
15:32 UTC
Read the original article
Hit count: 212
I usually write web apps in PHP, Ruby or Perl. I am starting the study of Scheme and I want to try some web project with this language. But I can't find what is the best environment for this.
I am looking for the following features:
- A simple way of get the request parameters (something like: get-get #key, get-post #key, get-cookie #key).
- Mysql access.
- HTML Form generators, processing, validators, etc.
- Helpers for filter user input data (something like htmlentities, escape variables for put in queries, etc).
- FLOSS.
- And GNU/Linux friendly.
So, thanks in advance to all replies.
© Stack Overflow or respective owner