An open API service indexing awesome lists of open source software.

https://github.com/tabe/gauche-cgi-ext


https://github.com/tabe/gauche-cgi-ext

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Read INSTALL to install.
Send bugs and/or patches to tabe@fixedpoint.jp.

This module borrowed an essential idea from John Kilburg's
"Code to handle web sessions ala PHP sessions"
(http://www.physics.unlv.edu/~john/scheme/session.scm).
Thanks, John!

Using scheme-mode in Emacs you may want to add the followings to, say, .emacs:
(put 'cgi-let-parameter 'scheme-indent-function 2)
(put 'cgi-and-let*-parameter 'scheme-indent-function 2)
(put 'session-let 'scheme-indent-function 2)
(put 'session-and-let* 'scheme-indent-function 2)