Re: [racket] Counter servlet

2010-10-13 Thread Sam Tobin-Hochstadt
On Wed, Oct 13, 2010 at 11:11 AM, Mark Carter wrote: > Has anyone managed to install Racket for the Amazon EC2 cloud? I managed to > compile it on a stock Fedora 8 micro image, but I couldn't quite get make > install to work. Everything was slow, and I was wondering if it was actually > the > fa

Re: [racket] Counter servlet

2010-10-13 Thread Mark Carter
> From: Jay McCarthy > (a ([href ,what-you-have]) "link text") OK now guys, now I'm getting seriously excited about the prospect using Racket for web servers. I reworked my stateful counter example. Here it is: #lang racket a stateful web server (require web-server/formlets web-

Re: [racket] Counter servlet

2010-10-12 Thread Jay McCarthy
(a ([href ,what-you-have]) "link text") Jay On Tue, Oct 12, 2010 at 3:29 PM, Mark Carter wrote: > I thought I'd try to implement a stateful counter web app using DrRacket. > Here's > my code: > > #lang racket > > define a really simply counter > > > ;;; required libraries > (require web-se