CL-Ajax

November 17th, 2007 Arsen Posted in Patterns - Java |

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.

Leave a Reply