Hacker News new | ask | show | jobs
Using Emacs Lisp for CGI scripting (github.com)
2 points by redraiment 5037 days ago
3 comments

Precently, it provides: 1. Generate HTML from sexp. 2. Nested scriptlets <% %> and <%= %>. 3. Process GET/POST request parameters. 4. Access cookie. 5. Access session. 6. URL redirect. 7. Page forward.
News: it can access database by edbc (Emacs Database Connectivity) mode. Presently, it only support Sqlite.
Thats nice, does this emacs-thing also have an editor?
Do you means emacs mode for this stuff? If so, I think the emacs-lisp-mode is enough.