[plt-scheme] webserver/library?

From: not norwegian swede (notnorwegian at yahoo.se)
Date: Fri May 30 05:09:25 EDT 2008

hi

i want to write a webapplication. is there a library that lets you render html. so you ca start a localhost at http://localhost:8080/ for example?
with python and webpy i can do this for example(and have a html-file ina separate file):


import web

render = web.template.render('templates/')

urls = (
  '/', 'main',
  )

class main:
    def GET(self):
        print render.main()

web.webapi.internalerror = web.debugerror
if __name__ == "__main__": web.run(urls, globals())




      ___________________________________________________
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080530/a3cb5bde/attachment.html>

Posted on the users mailing list.