[racket] Some newbie trouble on running Web Server on EC 2
50 minutes ago, Danny Yoo wrote:
> On Thu, Apr 21, 2011 at 8:56 PM, J Cho <jgustavcho at gmail.com> wrote:
> > I read you name mentioned on Racket-lang.org tutorial.
> >
> > Currently,
> >
> > #lang web-server/insta
> >
> > (define (start request)
> > (response/xexpr)
> > '(html
> > (body "Hello World")))
> >
> > Is one of the code featured as Start Quickly. I think there is a
> > misplaced ) after response/xexpr. It should go at the very end, no?
> > Maybe you can let the editor know about it.
>
> I don't see an right paren in the introduction here,
>
> http://docs.racket-lang.org/continue/index.html
>
> However, you are right in seeing that the program has a typo on the
> front of the racket-lang.org home page. I'll CC racket-lang.
Fixed, should be on the front page soon.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!