Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion web application framework
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Anthony Ventimiglia  
View profile  
 More options Nov 7 2003, 10:33 pm
Newsgroups: comp.lang.scheme, comp.lang.lisp
From: Anthony Ventimiglia <anthony.at.ventimiglia.dot....@spam.dev.null>
Date: Sat, 08 Nov 2003 03:33:46 GMT
Local: Fri, Nov 7 2003 10:33 pm
Subject: Re: web application framework

Adrian Kubala <adr...@sixfingeredman.net> writes:
> I'm fixing to write a basic database web frontend for HR data. I'd really
> like to do it in Scheme. I've been paid only to write PHP for the last
> several years and so I've accumulated a very practical, lightweight
> collection of libraries: sql manipulation, MVC forms, object-relational
> layer, db abstraction, date libs, etc., and I can't justify rewriting all
> this stuff, straightforward though it may be. There's also the fact that
> I'm relatively new to Lisp and I'd rather start (and learn) from a
> foundation created by experienced programmers than risk hacking together
> an ugly, un-Lispy framework which I eventually have to throw away.

> So I'm wondering if there are any existing open-source projects which can
> get me partway there -- anything close to a framework for web
> applications, but ideally something which goes so far as to fully automate
> creating a basic interface for a given relational schema.

> Common Lisp would be ok too -- I prefer Scheme because it seems to have
> less awkward historical baggage and I like a functional (lots of HOFs)
> style -- but any (statically scoped) Lisp is better than PHP.

Take a look at CLHP http://common-lisp.net/pjoject/clhp/

I've basically written it to be able to do what PHP does, only using
common lisp as opposed to PHP's C like langauge.

I'm calling it alpha, but I've been using it to develop web sites,
right now you have to use it through a cgi script (which can also be
Lisp), but I'm working on a native apachae module.

Check it out, it may suit your needs, if you like it, please feel free
to ask questions, and make recommendations.

--
(incf *yankees-world-series-losses*)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.