Research
From IIITM-k-wiki
Contents |
[edit]
/IIITM-K Research Publications
[edit]
/MSIT 2006-08 Academic Projects
[edit]
Web Applications in Scheme
Like any other web server PLT scheme web server is also having static and dynamic content. The dynamic content is called servlets. And in scheme the web applications have continuations in which the session is stored and allow it to proceed with the computation. In scheme web applications , they use four basic primitives which is capturing the continuation and resuming the computation. For realizing these a debugger example is considered and then all the primitives are explained.
Extenstion into web application
[edit]

