[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: few plt related questions




Matthew and Paul S have provided some basic answers. You may also wish to
look at two other pieces of code: 

 1. a paper that Matthew wrote with us for ICFP 99: 
    Programming Languages as Operating Systems
    http://www.ccs.neu.edu/scheme/pubs/index.html#icfp99-ffkf

 2. the web server included with the 200alpha distribution
    http://download.plt-scheme.org/ 

    it's also described in a paper by Paul G et alii: 
    Programming the Web with High-Level Programming Languages
    http://www.ccs.neu.edu/scheme/pubs/index.html#esop2001-gkvf

If you put 1 and 2 together (sorry for this), I think you'll get what you
want modulo the i/o primtives and the secure layer. 

-- Matthias