Published on Thu, 01 Jun 2006 16:26:48 -0400 Read: 3446 times
CL-AJAX is Richard Newman's Common Lisp library to allow for remote invocation of functions through Javascript. CL-AJAX is designed for use with Araneida, providing a handler to vend exported functions over HTTP. It also generates the Javascript for you to call, returning the values to a callback of your choice, and includes some useful JS to ... Read Article.
Published on Wed, 31 May 2006 22:37:56 -0400 Read: 3864 times
I wrote this article to help myself understand exactly what McCarthy discovered. You don't need to know this stuff to program in Lisp, but it should be helpful to anyone who wants to understand the essence of Lisp-- both in the sense of its origins and its semantic core. The fact that it has such a core is one of Lisp's ... Read Article.
Published on Wed, 31 May 2006 22:35:52 -0400 Read: 2972 times
This text has been written to provide a quick introduction to the basic elements of Common Lisp for both experienced and novice programmers. It is not intended to be a comprehensive account of the language for, in our experience, it takes only a little introduction before most Lisp programmers are able to turn to Guy L. ... Read Article.
Published on Wed, 31 May 2006 22:30:55 -0400 Read: 2320 times
This document provides a small set of resources and references on Common Lisp. It was originally prepared for students in the Part-Time MS Program in Computer Science at the Johns Hopkins ... Read Article.
Published on Mon, 20 Feb 2006 06:55:58 -0500 Read: 2659 times
CL-AJAX is designed for use with Araneida, providing a handler to vend exported functions over HTTP. It also generates the Javascript for you to call, returning the values to a callback of your choice, and includes some useful JS to do common callback handling (e.g. replacing an XHTML element by its ID with a new one from the server). CL-AJAX is ... Read Article.