Run a site on Scheme
Posted
by Lajla
on Stack Overflow
See other posts from Stack Overflow
or by Lajla
Published on 2010-05-19T19:54:47Z
Indexed on
2010/05/19
20:00 UTC
Read the original article
Hit count: 173
I can't find this on Google (so maybe it doesn't exist), but I basically'd like to install something on a web server such that I can run a site on Scheme, PHP is starting to annoy me, I want to get rid off it, what I want is:
- Run Scheme sources towards UTF-8 output (duh)
- Support for SXML, SXLT et cetera, I plan to compose the damned thing in SXML and -> to normal representation on at the end.
- Ability to read other files from the server, write them, set permissions et cetera
- Also some things to for instance determine the filesize of files, height of images, mime-types and all that mumbo-jumbo
- (optionally) connect to a database, but for what I want to do storing the entire database in S-expressions itself is feasible enough
I don't need any fancy libraries and other things that come with it like CMS'es and what-not, except the support for SXML but I'm sure I can just find a lib for that anyway that I can load.
© Stack Overflow or respective owner