https://github.com/tabe/gauche-cgi-ext
https://github.com/tabe/gauche-cgi-ext
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tabe/gauche-cgi-ext
- Owner: tabe
- License: bsd-3-clause
- Created: 2018-11-29T11:08:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T11:12:35.000Z (over 7 years ago)
- Last Synced: 2025-07-18T19:22:08.293Z (11 months ago)
- Language: Scheme
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
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)