Lisp Ajax Frameworks
From Ajax Patterns
See also Multi-Language_Ajax_Frameworks and Ajax_Frameworks.
Contents |
Ajax/Javascript Programming and Usability in "Ajax Design Patterns" Book |
[edit]
CL-Ajax
CL-Ajax directs Javascript calls directly into server-side Lisp functions.
- Export functions as follows:
(export-function #'my-function)
- Generates Javascript stub with arguments.
- Can callback to Javascript function or DOM object.
- May be integrated into SAJAX.
- Open-Source (custom, very flexible, license). By Richard Newman.
Time your website with
WebWait - from the creator of AjaxPatterns.org
